Leadtools.Windows.Media.TransitionBase Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
TransitionBase Class Properties
See Also 
Leadtools.Windows.Media.Transitions Namespace : TransitionBase Class


For a list of all members of this type, see TransitionBase members.

Public Properties

 NameDescription
Public PropertyAccelerationRatio Gets or sets the AccelerationRatio for the internal Storyboard object.  
Public PropertyAutoReverse Gets or sets the AutoReverse for the internal Storyboard object.  
Public PropertyBeginTime Gets or sets the BeginTime for the internal Storyboard object.  
Public PropertyCanFreeze (Inherited from System.Windows.Freezable)
Public PropertyDecelerationRatio Gets or sets the DecelerationRatio for the internal Storyboard object.  
Public PropertyDependencyObjectType (Inherited from System.Windows.DependencyObject)
Public PropertyDispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public PropertyDuration Gets or sets the Duration for the internal Storyboard object.  
Public PropertyFill Gets or sets the filled brush to be used to generate the animated Out brush. This is a dependency property.  
Public PropertyFillBehavior Gets or sets the FillBehavior for the internal Storyboard object.  
Public PropertyGrain Gets or sets the Graining size. This is the smallest unit to be updated when applying a transition.  
Public PropertyHasAnimatedProperties (Inherited from System.Windows.Media.Animation.Animatable)
Public PropertyIsFrozen (Inherited from System.Windows.Freezable)
Public PropertyIsSealed (Inherited from System.Windows.DependencyObject)
Public PropertyOut Gets an animated brush created from the Fill and Push if the tranisition type is PushTransition to be used to fill any element. This is a dependency property.  
Public PropertyRepeatBehavior Gets or sets the RepeatBehavior for the internal Storyboard object.  
Public PropertySpeedRatio Gets or sets the SpeedRatio for the internal Storyboard object.  
Public PropertyTargetObject Gets or set a framework element to apply a transition to it. This is a dependency property.  
Top

Protected Properties

 NameDescription
Protected PropertyRegisteredName For internal use by LEADTOOLS.  
Protected PropertyStoryboard For internal use by LEADTOOLS.  
Top

See Also