Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 868 Bytes

visualstatemanager_getvisualstategroups_1006372080.md

File metadata and controls

34 lines (19 loc) · 868 Bytes
-api-id -api-type
M:Windows.UI.Xaml.VisualStateManager.GetVisualStateGroups(Windows.UI.Xaml.FrameworkElement)
winrt method

Windows.UI.Xaml.VisualStateManager.GetVisualStateGroups

-description

Retrieves the collection of VisualStateGroup objects associated with the specified FrameworkElement.

-parameters

-param obj

The object to get the value from.

-returns

A collection of VisualStateGroup objects.

-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