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