VisualElement.FlowDirection プロパティ

定義

レイアウトのフロー方向を取得または設定します。 これはバインド可能なプロパティです。

public:
 property Microsoft::Maui::FlowDirection FlowDirection { Microsoft::Maui::FlowDirection get(); void set(Microsoft::Maui::FlowDirection value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.FlowDirectionConverter))]
public Microsoft.Maui.FlowDirection FlowDirection { get; set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.FlowDirectionConverter))>]
member this.FlowDirection : Microsoft.Maui.FlowDirection with get, set
Public Property FlowDirection As FlowDirection

プロパティ値

レイアウト フローの方向。

属性

適用対象