LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)
LEAD Technologies, Inc

SpeedRatio Property






Gets or sets the System.Windows.Media.Animation.Timeline.SpeedRatio for the internal Storyboard object.
Syntax
public double SpeedRatio {get; set;}
'Declaration
 
Public Property SpeedRatio As Double
'Usage
 
Dim instance As TransitionBase
Dim value As Double
 
instance.SpeedRatio = value
 
value = instance.SpeedRatio
public double SpeedRatio {get; set;}
 get_SpeedRatio();
set_SpeedRatio(value);
public:
property double SpeedRatio {
   double get();
   void set (    double value);
}

Property Value

refer to System.Windows.Media.Animation.Timeline.SpeedRatio value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TransitionBase Class
TransitionBase Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.