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

屬性值

版面配置流程方向。

屬性

適用於