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


The following tables list the members exposed by TransitionBase.

Protected Constructors

 NameDescription
Protected ConstructorTransitionBase Constructor Initializes a new instance of the TransitionBase class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic)AccelerationRatioProperty Identifies the AccelerationRatio dependency property.  
Public Fieldstatic (Shared in Visual Basic)AutoReverseProperty Identifies the AutoReverse dependency property.  
Public Fieldstatic (Shared in Visual Basic)BeginTimeProperty Identifies the BeginTime dependency property.  
Public Fieldstatic (Shared in Visual Basic)DecelerationRatioProperty Identifies the DecelerationRatio dependency property.  
Public Fieldstatic (Shared in Visual Basic)DurationProperty Identifies the Duration dependency property.  
Public Fieldstatic (Shared in Visual Basic)FillBehaviorProperty Identifies the FillBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)FillProperty Identifies the Fill dependency property.  
Public Fieldstatic (Shared in Visual Basic)GrainProperty Identifies the Grain dependency property.  
Public Fieldstatic (Shared in Visual Basic)OutProperty Identifies the Out dependency property.  
Public Fieldstatic (Shared in Visual Basic)RepeatBehaviorProperty Identifies the RepeatBehavior dependency property.  
Public Fieldstatic (Shared in Visual Basic)SpeedRatioProperty Identifies the SpeedRatio dependency property.  
Public Fieldstatic (Shared in Visual Basic)TargetObjectProperty Identifies the TargetObject dependency property.  
Top

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

Public Methods

Protected Methods

Public Events

 NameDescription
Public EventChanged (Inherited from System.Windows.Freezable)
Public EventCompleted Add/Remove the Completed for the internal Storyboard object.  
Top

See Also