AbsoluteLayout.GetLayoutFlags 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetLayoutFlags(BindableObject) |
取得當 |
GetLayoutFlags(IView) |
GetLayoutFlags(BindableObject)
取得當 bindable
新增至 AbsoluteLayout 時所指定的配置旗標。
public:
static Microsoft::Maui::Layouts::AbsoluteLayoutFlags GetLayoutFlags(Microsoft::Maui::Controls::BindableObject ^ bindable);
public static Microsoft.Maui.Layouts.AbsoluteLayoutFlags GetLayoutFlags (Microsoft.Maui.Controls.BindableObject bindable);
static member GetLayoutFlags : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
Public Shared Function GetLayoutFlags (bindable As BindableObject) As AbsoluteLayoutFlags
參數
- bindable
- BindableObject
視覺項目。
傳回
物件的配置旗標。
備註
這個方法支援 AbsoluteLayout.LayoutFlags
XAML 附加屬性。 在 XAML 中,應用程式開發人員可以在 的子系AbsoluteLayout上指定此屬性的下列AbsoluteLayoutFlags列舉值名稱:
-
All
: -
None
: -
HeightProportional
: -
WidthProportional
: -
SizeProportional
: -
XProportional
: -
YProportional
: -
PositionProportional
:
應用程式開發人員可以藉由提供逗號分隔清單,來結合上述任何值。
適用於
GetLayoutFlags(IView)
public:
virtual Microsoft::Maui::Layouts::AbsoluteLayoutFlags GetLayoutFlags(Microsoft::Maui::IView ^ view);
public Microsoft.Maui.Layouts.AbsoluteLayoutFlags GetLayoutFlags (Microsoft.Maui.IView view);
abstract member GetLayoutFlags : Microsoft.Maui.IView -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
override this.GetLayoutFlags : Microsoft.Maui.IView -> Microsoft.Maui.Layouts.AbsoluteLayoutFlags
Public Function GetLayoutFlags (view As IView) As AbsoluteLayoutFlags
參數
- view
- IView