StackLayout.Orientation 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,指出子項目的方向。
public Xamarin.Forms.StackOrientation Orientation { get; set; }
member this.Orientation : Xamarin.Forms.StackOrientation with get, set
屬性值
, StackOrientation 表示子版面配置流程的方向。 預設值為 Vertical。
備註
如果堆疊已經在父版面配置內部,則設定StackLayout的方向會觸發版面配置迴圈。 若要避免浪費的版面配置迴圈,請先設定將 StackLayout 新增至父系之前的方向。