- 博客(11)
- 收藏
- 关注
原创 ColorAnimation两个小例子
1. Start_Animation"> stackpanel" Storyboard.TargetProperty="(Panel.Background).(SolidColorBrush.Color)" From="Red" To="Green" BeginTime="0:0:0" Duratio
2008-04-16 14:56:00
1830
原创 动态创建storyboard
Canvas x:Name="LayoutRoot" Background="White" Loaded="Create_And_Run_Animation"/>public void Create_And_Run_Animation(object sender, EventArgs e) ...{ Ellipse ellipse = new E
2008-04-16 12:16:00
703
原创 System.Windows.Threading.DispatcherTimer小例子
Canvas x:Name="can" Loaded="StartTimer" Background="Blue"/> namespace SilverlightApplication1...{ public partial class Page : UserControl ...{ int i = 0; pub
2008-04-16 11:03:00
1938
转载 silverlight动态绘制正弦曲线
public partial class Page : UserControl ...{ private System.Windows.Threading.DispatcherTimer t = new System.Windows.Threading.DispatcherTimer(); private bool tcontrol = false;
2008-04-18 10:52:00
699
原创 Geometries (Silverlight 2)
a Geometry object is unable to draw itself, so the example uses a Path shape to render them
2008-04-17 00:16:00
410
原创 ObjectAnimationUsingKeyFrames的示例
StackPanel> StackPanel.Resources> Storyboard x:Name="storyboard"> ObjectAnimationUsingKeyFrames Storyboard.TargetName="rectangle" Storyboard.TargetProper
2008-04-16 21:56:00
2403
原创 PointKeyFrame应用示例
Canvas Width="400" Height="300"> Canvas.Resources> Storyboard x:Name="storyboard"> PointAnimationUsingKeyFrames Storyboard.TargetName="ellipseGeometry" S
2008-04-16 18:56:00
390
原创 Storyboard 中Completed事件的处理示例
StackPanel Loaded="Start_Animation" Background="Red" x:Name="stackPanel"> StackPanel.Resources> Storyboard x:Name="colorStoryboard" Completed="colorStoryboard_Completed">
2008-04-16 17:46:00
1852
原创 LinearDoubleKeyFrame示例
StackPanel Loaded="Start_Animation" Background="Red" x:Name="stackPanel"> StackPanel.Resources> Storyboard x:Name="colorStoryboard"> DoubleAnimationUsing
2008-04-16 17:19:00
884
原创 Linear、Discrete、Spline的区别
-- Go from green to red in the first 2 seconds. LinearColorKeyFrame creates a smooth, linear animation between values. --> --
2008-04-16 15:50:00
1318
原创 几个学习silverlight的好地方
http://terrylee.blog.51cto.com/342737/68191 http://blog.joycode.com/scottgu/archive/2008/04/04/115048.aspx http://silverlight.cn/ http://blogs.msdn.com/silverlight_sdk/arc
2008-04-16 01:16:00
479
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅