VisualStateManagerGetVisualStateGroups Method |
Gets the value of the VisualStateManager.VisualStateGroups attached property.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax 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