VisualStateManager.SetVisualStateGroups Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Associates a list of visual state groups with a visual element.
public:
static void SetVisualStateGroups(Microsoft::Maui::Controls::VisualElement ^ visualElement, Microsoft::Maui::Controls::VisualStateGroupList ^ value);
public static void SetVisualStateGroups (Microsoft.Maui.Controls.VisualElement visualElement, Microsoft.Maui.Controls.VisualStateGroupList value);
static member SetVisualStateGroups : Microsoft.Maui.Controls.VisualElement * Microsoft.Maui.Controls.VisualStateGroupList -> unit
Public Sub SetVisualStateGroups (visualElement As VisualElement, value As VisualStateGroupList)
Parameters
- visualElement
- VisualElement
- value
- VisualStateGroupList
The list of visual state groups to associate with visualElement
.