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

속성 값

레이아웃 흐름 방향입니다.

특성

적용 대상