[]
Gets the VisualStateGroup with the given name, looking up the visual tree
public static VisualStateGroup GetVisualStateGroup(this FrameworkElement root, string groupName)
Public Shared Function GetVisualStateGroup(root As FrameworkElement, groupName As String) As VisualStateGroup
| Type | Name | Description |
|---|---|---|
| FrameworkElement | root | Element to start from |
| string | groupName | Name of the group to look for |
| Type | Description |
|---|---|
| VisualStateGroup | The group, if found, or null |