GridItemsLayout Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| GridItemsLayout(ItemsLayoutOrientation) |
Initialisiert eine neue Instanz der GridItemsLayout Klasse mit der angegebenen Ausrichtung. |
| GridItemsLayout(Int32, ItemsLayoutOrientation) |
Initialisiert eine neue Instanz der GridItemsLayout Klasse mit der angegebenen Spanne und Ausrichtung. |
GridItemsLayout(ItemsLayoutOrientation)
- Quelle:
- GridItemsLayout.cs
- Quelle:
- GridItemsLayout.cs
- Quelle:
- GridItemsLayout.cs
- Quelle:
- GridItemsLayout.cs
Initialisiert eine neue Instanz der GridItemsLayout Klasse mit der angegebenen Ausrichtung.
public:
GridItemsLayout(Microsoft::Maui::Controls::ItemsLayoutOrientation orientation);
public GridItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation);
new Microsoft.Maui.Controls.GridItemsLayout : Microsoft.Maui.Controls.ItemsLayoutOrientation -> Microsoft.Maui.Controls.GridItemsLayout
Public Sub New (orientation As ItemsLayoutOrientation)
Parameter
- orientation
- ItemsLayoutOrientation
Die Bildlaufausrichtung des Rasters.
Gilt für:
GridItemsLayout(Int32, ItemsLayoutOrientation)
- Quelle:
- GridItemsLayout.cs
- Quelle:
- GridItemsLayout.cs
- Quelle:
- GridItemsLayout.cs
- Quelle:
- GridItemsLayout.cs
Initialisiert eine neue Instanz der GridItemsLayout Klasse mit der angegebenen Spanne und Ausrichtung.
public:
GridItemsLayout(int span, Microsoft::Maui::Controls::ItemsLayoutOrientation orientation);
public GridItemsLayout(int span, Microsoft.Maui.Controls.ItemsLayoutOrientation orientation);
new Microsoft.Maui.Controls.GridItemsLayout : int * Microsoft.Maui.Controls.ItemsLayoutOrientation -> Microsoft.Maui.Controls.GridItemsLayout
Public Sub New (span As Integer, orientation As ItemsLayoutOrientation)
Parameter
- span
- Int32
Die Anzahl der Spalten (für vertikale Ausrichtung) oder Zeilen (für horizontale Ausrichtung).
- orientation
- ItemsLayoutOrientation
Die Bildlaufausrichtung des Rasters.