VisualTransition Properties
Collapse the table of content
Expand the table of content

VisualTransition Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The VisualTransition type exposes the following members.

  NameDescription
Public property Dispatcher Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.)
Public property From Gets or sets the name of the VisualState to transition from.
Public property GeneratedDuration Gets or sets the amount of time it takes to move from one state to another.
Public property GeneratedEasingFunction Gets or sets the easing function applied to the generated animations.
Public property Storyboard Gets or sets the Storyboard that occurs when the transition occurs.
Public property To Gets or sets the name of the VisualState to transition to.
Top

Show:
© 2017 Microsoft