VisualStateManager.GetVisualStateGroups method

This topic has not yet been rated - Rate this topic

Gets the value of the VisualStateManager.VisualStateGroups attached property.

Syntax


public static IList<VisualStateGroup> GetVisualStateGroups(
  FrameworkElement obj
)

Parameters

obj

Type: FrameworkElement

The object to get the value from.

Return value

Type: IVector<VisualStateGroup> [C++] | System.Collections.Generic.IList<VisualStateGroup> [.NET]

The collection of VisualStateGroup objects that is associated with the specified object.

Remarks

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

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.Xaml
Windows::UI::Xaml [C++]

Metadata

Windows.winmd

See also

VisualStateManager

 

 

Build date: 1/31/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.