Windows.UI.Xaml.VisualStateManager.SetCustomVisualStateManager

June 22, 2022 ยท View on GitHub

-description

Sets the value of the VisualStateManager.CustomVisualStateManager attached property.

-parameters

-param obj

The target element where the property is set.

-param value

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