VisualStateGroupList Constructors
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.
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
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.