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.
| Name | Description | |
|---|---|---|
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
From | Gets or sets the name of the VisualState to transition from. |
|
GeneratedDuration | Gets or sets the amount of time it takes to move from one state to another. |
|
GeneratedEasingFunction | Gets or sets the easing function applied to the generated animations. |
|
Storyboard | Gets or sets the Storyboard that occurs when the transition occurs. |
|
To | Gets or sets the name of the VisualState to transition to. |
Show: