Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.Media.TransitionBase assembly)

Show in webframe

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:
property double SpeedRatio {
   double get();
   void set (    double value);
}

Property Value

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

Target Platforms

See Also

Reference

TransitionBase Class
TransitionBase Members

Error processing SSI file