The following tables list the members exposed by UIStateStack.
Public Constructors
Public Properties
| Name | Description |
| CurrentState |
Provides access to the current visual state.
|
| IsBaseState |
Allow check to see if the current state is the base state
|
| PreviousState |
Provides access to the previous visual state, or the visual state that was active prior to navigatng to the current state. This will be the visual state
that will be active if the current state is exited.
|
Top
Public Methods
| Name | Description |
| Back |
Move back to the previous state.
|
| BackToBase |
Move back to the base/initial state. All visual states will be popped off the visual state stack.
|
| Base |
Set the base visual state of the control.
|
| ToState |
Move to the requested visual state.
|
Top
See Also