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.
Sets the collection of VisualStateGroup objects for the specified visualElement.
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
The visual element to set visual state groups on.
- value
- VisualStateGroupList
The collection of visual state groups to set.