VisualStateManager.CustomVisualStateManager Attached Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the VisualStateManager that transitions between the states of a control.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<templateRoot> <VisualStateManager.CustomVisualStateManager> singleCustomVisualStateManager </VisualStateManager.CustomVisualSstateManager> </templateRoot>
<templateRoot VisualStateManager.CustomVisualStateManager="{StaticResource customVisualStateManagerKey}"/>
XAML Values
Property Value
Type: System.Windows.VisualStateManagerThe VisualStateManager that transitions between the states of a control. The default is null.
Use the CustomVisualStateManager property if you want to implement your own logic for transitioning between states. If CustomVisualStateManager is null, the VisualStateManager uses its own logic to transition between states.
Show: