共用方式為


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 軸上有多餘的可用空間時,元素的配置方式。 如果配置內的多個元素設定為展開,則會按比例分配額外的空間。

適用於