VisualStateGroup Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The VisualStateGroup type exposes the following members.
| Name | Description | |
|---|---|---|
|
CurrentState | Gets the most recently set VisualState from a successful call to the GoToState method. |
|
Dispatcher | Gets the Dispatcher this object is associated with. (Inherited from DependencyObject.) |
|
Name | Gets the name of the VisualStateGroup. |
|
States | Gets the collection of mutually exclusive VisualState objects. |
|
Transitions | Gets the collection of VisualTransition objects. |
Show: