'Declaration
Public Shared Function GetVisualStateGroup( _ ByVal root As FrameworkElement, _ ByVal groupName As String _ ) As VisualStateGroup
public static VisualStateGroup GetVisualStateGroup( FrameworkElement root, string groupName )
Parameters
- root
- Element to start from
- groupName
- Name of the group to look for
Return Value
The group, if found, or null