共用方式為


View.VerticalOptions 屬性

定義

取得或設定 , LayoutOptions 定義如何在版面配置週期中配置專案。 這是可繫結屬性。

public:
 property Microsoft::Maui::Controls::LayoutOptions VerticalOptions { Microsoft::Maui::Controls::LayoutOptions get(); void set(Microsoft::Maui::Controls::LayoutOptions value); };
public Microsoft.Maui.Controls.LayoutOptions VerticalOptions { get; set; }
member this.VerticalOptions : Microsoft.Maui.Controls.LayoutOptions with get, set
Public Property VerticalOptions As LayoutOptions

屬性值

備註

指派 VerticalOptions 會修改在父版面配置中沿著Y軸提供多餘的空間時,元素的配置方式。 如果配置內的多個元素設定為展開,則會按比例分配額外的空間。

適用於