Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.16 KB

visualstatemanager_customvisualstatemanager.md

File metadata and controls

30 lines (18 loc) · 1.16 KB
-api-id -api-type
P:Windows.UI.Xaml.VisualStateManager.CustomVisualStateManager
winrt attachedproperty

Windows.UI.Xaml.VisualStateManager.CustomVisualStateManager

-description

Gets or sets the custom VisualStateManager object that handles transitions between the states of a control.

-remarks

This attached property is only needed for cases where you want to use a custom implementation class to handle your app's visual state changes, rather than the default VisualStateManager class implemented by the Windows Runtime. If you don't intend to use a custom implementation, you don't need to set this property.

-see-also

XAML attached properties

-examples