The SpeedRatio Property supports WPF/Silverlight.
Gets or sets the System.Windows.Media.Animation.Timeline.SpeedRatio for the internal Storyboard object.| Visual Basic (Declaration) | |
|---|---|
Public Property SpeedRatio As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As TransitionBase Dim value As Double instance.SpeedRatio = value value = instance.SpeedRatio | |
| C# | |
|---|---|
public double SpeedRatio {get; set;} | |
Property Value
refer to System.Windows.Media.Animation.Timeline.SpeedRatio value.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code