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 轴上可用空间过剩时元素布局的方式。 如果布局中的多个元素设置为展开,则额外空间按比例分布。

适用于