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 static class VisualStateManager
type VisualStateManager = class
- Inheritance
-
System.ObjectVisualStateManager
Fields
VisualStateGroupsProperty |
Backing store for the attached property that contains the visual state groups in the manager. |
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. |