Partager via


VisualStateGroupList Constructors

Definition

Overloads

VisualStateGroupList()

Creates a new VisualStateGroupList object with default values.

VisualStateGroupList(Boolean)

VisualStateGroupList()

Source:
VisualStateManager.cs
Source:
VisualStateManager.cs

Creates a new VisualStateGroupList object with default values.

public:
 VisualStateGroupList();
public VisualStateGroupList ();
Public Sub New ()

Applies to

VisualStateGroupList(Boolean)

Source:
VisualStateManager.cs
Source:
VisualStateManager.cs
public:
 VisualStateGroupList(bool isDefault);
public VisualStateGroupList (bool isDefault);
new Microsoft.Maui.Controls.VisualStateGroupList : bool -> Microsoft.Maui.Controls.VisualStateGroupList
Public Sub New (isDefault As Boolean)

Parameters

isDefault
Boolean

Applies to