VisualStateManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Manages visual state groups and transitions controls between states.
public ref class VisualStateManager abstract sealed
public static class VisualStateManager
type VisualStateManager = class
Public Module VisualStateManager
- Inheritance
-
VisualStateManager
Fields
VisualStateGroupsProperty |
Bindable property for attached property |
Methods
GetVisualStateGroups(VisualElement) |
Returns the visual state groups that can be applied to the specified visual element. |
GoToState(VisualElement, String) |
Transitions the specified |
HasVisualStateGroups(VisualElement) |
Returns |
SetVisualStateGroups(VisualElement, VisualStateGroupList) |
Associates a list of visual state groups with a visual element. |