Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.09 KB

visualstatemanager_setcustomvisualstatemanager_164109747.md

File metadata and controls

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

Windows.UI.Xaml.VisualStateManager.SetCustomVisualStateManager

-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