LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.TransitionBase assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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.

Public Fields

 NameDescription
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. AccelerationRatioPropertyIdentifies the AccelerationRatio dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. AutoReversePropertyIdentifies the AutoReverse dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. BeginTimePropertyIdentifies the BeginTime dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. DecelerationRatioPropertyIdentifies the DecelerationRatio dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. DurationPropertyIdentifies the Duration dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. FillBehaviorPropertyIdentifies the FillBehavior dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. FillPropertyIdentifies the Fill dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. GrainPropertyIdentifies the Grain dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. OutBrushPropertyIdentifies the OutBrush dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. RepeatBehaviorPropertyIdentifies the RepeatBehavior dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. SpeedRatioPropertyIdentifies the SpeedRatio dependency property.  
public Fieldstatic (Shared in Visual Basic)Supports Windows Presentation Foundation. TargetObjectPropertyIdentifies the TargetObject dependency property.  
Top

Public Properties

 NameDescription
public PropertySupports Windows Presentation Foundation. AccelerationRatioGets or sets the AccelerationRatio for the internal Storyboard object.  
public PropertySupports Windows Presentation Foundation. AutoReverseGets or sets the System.Windows.Media.Animation.Timeline.AutoReverse for the internal Storyboard object.  
public PropertySupports Windows Presentation Foundation. BeginTimeGets or sets the System.Windows.Media.Animation.Timeline.BeginTime for the internal Storyboard object.  
public Property CanFreeze (Inherited from System.Windows.Freezable)
public PropertySupports Windows Presentation Foundation. DecelerationRatioGets or sets the System.Windows.Media.Animation.Timeline.DecelerationRatio for the internal Storyboard object.  
public Property DependencyObjectType (Inherited from System.Windows.DependencyObject)
public Property Dispatcher (Inherited from System.Windows.Threading.DispatcherObject)
public PropertySupports Windows Presentation Foundation. DurationGets or sets the System.Windows.Media.Animation.Timeline.Duration for the internal Storyboard object.  
public PropertySupports Windows Presentation Foundation. FillGets or sets the filled brush to be used to generate the animated OutBrush brush. This is a dependency property.  
public PropertySupports Windows Presentation Foundation. FillBehaviorGets or sets the System.Windows.Media.Animation.Timeline.FillBehavior for the internal Storyboard object.  
public PropertySupports Windows Presentation Foundation. GrainGets or sets the Graining size. This is the smallest unit to be updated when applying a transition.  
public Property HasAnimatedProperties (Inherited from System.Windows.Media.Animation.Animatable)
public Property IsFrozen (Inherited from System.Windows.Freezable)
public Property IsSealed (Inherited from System.Windows.DependencyObject)
public PropertySupports Windows Presentation Foundation. OutBrushGets an animated brush created from the Fill and Leadtools.Windows.Media.Transitions.PushTransition.Push if the tranisition type is PushTransition to be used to fill any element. This is a dependency property.  
public PropertySupports Windows Presentation Foundation. RepeatBehaviorGets or sets the System.Windows.Media.Animation.Timeline.RepeatBehavior for the internal Storyboard object.  
public PropertySupports Windows Presentation Foundation. SpeedRatioGets or sets the System.Windows.Media.Animation.Timeline.SpeedRatio for the internal Storyboard object.  
public PropertySupports Windows Presentation Foundation. TargetObjectGets or set a framework element to apply a transition to it. This is a dependency property.  
Top

Protected Properties

 NameDescription
protected internal PropertySupports Windows Presentation Foundation. RegisteredNameFor internal use by LEADTOOLS.  
protected internal PropertySupports Windows Presentation Foundation. StoryboardFor internal use by LEADTOOLS.  
Top

Public Methods

Protected Methods

Public Events

 NameDescription
public Event Changed (Inherited from System.Windows.Freezable)
public EventSupports Windows Presentation Foundation. CompletedAdd/Remove the System.Windows.Media.Animation.Timeline.Completed for the internal Storyboard object.  
public Event OutBrushChangedOccurs when the value of the OutBrush property changes.  
Top

See Also