ItemsLayout(ItemsLayoutOrientation) コンストラクター

定義

指定した向きで、 ItemsLayout クラスの新しいインスタンスを初期化します。

protected:
 ItemsLayout(Microsoft::Maui::Controls::ItemsLayoutOrientation orientation);
protected ItemsLayout(Microsoft.Maui.Controls.ItemsLayoutOrientation orientation);
new Microsoft.Maui.Controls.ItemsLayout : Microsoft.Maui.Controls.ItemsLayoutOrientation -> Microsoft.Maui.Controls.ItemsLayout
Protected Sub New (orientation As ItemsLayoutOrientation)

パラメーター

orientation
ItemsLayoutOrientation

レイアウトの向き。

適用対象