Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.03 KB

visualstatemanager_getcustomvisualstatemanager_290426621.md

File metadata and controls

31 lines (20 loc) · 1.03 KB
-api-id -api-type
M:Windows.UI.Xaml.VisualStateManager.GetCustomVisualStateManager(Windows.UI.Xaml.FrameworkElement)
winrt method

Windows.UI.Xaml.VisualStateManager.GetCustomVisualStateManager

-description

Gets the value of the VisualStateManager.CustomVisualStateManager attached property.

-parameters

-param obj

The object to get the value from.

-returns

The VisualStateManager that transitions between the states of a control.

-remarks

This API provides attached property support for XAML usages, and doesn't need to be changed in a custom VisualStateManager scenario.

-examples

-see-also

VisualStateManager.CustomVisualStateManager, Attached properties overview