共用方式為


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 新增至父系之前設定方向。

適用於