VisualStateManager Class
Manages states and the logic for transitioning between states for controls. The VisualStateManager enables you to specify states for a control, the appearance of a control when it is in a certain state, and when a control changes states.
http://msdn.microsoft.com/en-us/library/system.windows.visualstatemanager.aspx
Methods
From VisualStateManager
Name | Description |
---|---|
GetCustomVisualStateManager | Gets the CustomVisualStateManager attached property. |
GetVisualStateGroups | Gets the VisualStateGroupCollection attached property. |
GoToElementState | Transitions the element between two states. Use this method to transition states that are defined by an application, rather than defined by a control. |
GoToState |
|
SetCustomVisualStateManager | Sets the CustomVisualStateManager attached property. |
SetVisualStateGroups | Sets the VisualStateGroupCollection attached property. |
Properties
VisualStateManager has no properties
Events
VisualStateManager has no events