NoesisGUI

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

Inheritance Hierarchy

VisualStateManager

INDEX Class Hierarchy Index

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
Transitions the control between two states. Use this method to transition states on control that has a ControlTemplate.
otherwise false.
SetCustomVisualStateManager Sets the CustomVisualStateManager attached property.
SetVisualStateGroups Sets the VisualStateGroupCollection attached property.

Properties

VisualStateManager has no properties

Events

VisualStateManager has no events

© 2017 Noesis Technologies