[]
Gets the VisualStateGroup with the given name, looking up the visual tree
public static VisualStateGroup GetVisualStateGroup(this FrameworkElement root, string groupName)
| 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 |