Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

VisualStateManager.CustomVisualStateManager Attached Property

Definition

Namespace:
Windows.UI.Xaml

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.

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

see GetCustomVisualStateManager, and SetCustomVisualStateManager
see GetCustomVisualStateManager, and SetCustomVisualStateManager
see GetCustomVisualStateManager, and SetCustomVisualStateManager

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.

Applies to

See also


Feedback

Was this page helpful?