StackLayout.Orientation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出子項目的方向。 預設值為 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 新增至父系之前設定方向。