View.HorizontalOptions 属性

定义

获取或设置 LayoutOptions 定义元素在布局周期中布局的方式。 这是一种可绑定属性。

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

属性值

注解

HorizontalOptions分配修改元素布局的方式,当父布局沿 X 轴提供多余的空间时。 如果布局中的多个元素设置为展开,则额外空间按比例分布。

适用于