次の方法で共有


StackLayout.Orientation プロパティ

定義

子要素が配置されている方向を示す値を取得または設定します。 既定値は Vertical です。 これはバインド可能なプロパティです。

public:
 property Microsoft::Maui::Controls::StackOrientation Orientation { Microsoft::Maui::Controls::StackOrientation get(); void set(Microsoft::Maui::Controls::StackOrientation value); };
public Microsoft.Maui.Controls.StackOrientation Orientation { get; set; }
member this.Orientation : Microsoft.Maui.Controls.StackOrientation with get, set
Public Property Orientation As StackOrientation

プロパティ値

子レイアウトのフロー方向を示す StackOrientation 。 既定値は Vertical です。

注釈

StackLayout の向きを設定すると、スタックが既に親レイアウト内にある場合、レイアウト サイクルがトリガーされます。 レイアウト サイクルが無駄にならないようにするには、親に StackLayout を追加する前に向きを設定します。

適用対象