View.VerticalOptions 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 , 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軸提供多餘的空間時,元素的配置方式。 如果配置內的多個元素設定為展開,則會按比例分配額外的空間。