Windows.UI.Xaml.VisualStateManager.GetCustomVisualStateManager
June 22, 2022 ยท View on GitHub
-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