LayoutOptions.Alignment 属性

定义

获取或设置一个值,指示元素的对齐方式。

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

属性值

LayoutAlignment描述元素行为的标志。

适用于