Click or drag to resize
VisualStateManagerGetVisualStateGroups Method
Gets the value of the VisualStateManager.VisualStateGroups attached property.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public static IList GetVisualStateGroups(
	DependencyObject obj
)

Parameters

obj
Type: Windows.UI.XamlDependencyObject
The object to get the value from.

Return Value

Type: IList
The collection of VisualStateGroup objects that is associated with the specified object.
See Also