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

The following tables list the members exposed by PushTransition.

Public Constructors

 NameDescription
Public Constructor PushTransition Constructor Initializes a new instance of the PushTransition class.  
Top

Public Fields

 NameDescription
Public Fieldstatic (Shared in Visual Basic) PushProperty Identifies the Push dependency property.  
Public Fieldstatic (Shared in Visual Basic) TransitionTypeProperty Identifies the PushTransition.TransitionType dependency property.  
Top

Public Properties

 NameDescription
Public Property AccelerationRatio (Inherited from TransitionBase)
Public Property AutoReverse (Inherited from TransitionBase)
Public Property BeginTime (Inherited from TransitionBase)
Public Property CanFreeze (Inherited from System.Windows.Freezable)
Public Property DecelerationRatio (Inherited from TransitionBase)
Public Property DependencyObjectType (Inherited from System.Windows.DependencyObject)
Public Property Dispatcher (Inherited from System.Windows.Threading.DispatcherObject)
Public Property Duration (Inherited from TransitionBase)
Public Property Fill (Inherited from TransitionBase)
Public Property FillBehavior (Inherited from TransitionBase)
Public Property Grain (Inherited from TransitionBase)
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 Property Out (Inherited from TransitionBase)
Public Property Push Gets or sets a brush to be used beside the Fill to generate the animated Out brush for the PushTransition. This is a dependency property.  
Public Property RepeatBehavior (Inherited from TransitionBase)
Public Property SpeedRatio (Inherited from TransitionBase)
Public Property TargetObject (Inherited from TransitionBase)
Public Property TransitionType Gets or sets the type of PushTransition.  
Top

Protected Properties

 NameDescription
Protected Property RegisteredName (Inherited from TransitionBase)
Protected Property Storyboard (Inherited from TransitionBase)
Top

Public Methods

Protected Methods

Public Events

 NameDescription
Public Event Changed (Inherited from System.Windows.Freezable)
Public Event Completed (Inherited from TransitionBase)
Top

See Also