FlexLayout.GetAlignSelf Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| GetAlignSelf(IView) | |
| GetAlignSelf(BindableObject) |
Obtém a sobreposição de auto-alinhamento para o elemento dentro do layout flexível. |
GetAlignSelf(IView)
- Origem:
- FlexLayout.cs
- Origem:
- FlexLayout.cs
- Origem:
- FlexLayout.cs
- Origem:
- FlexLayout.cs
public:
virtual Microsoft::Maui::Layouts::FlexAlignSelf GetAlignSelf(Microsoft::Maui::IView ^ view);
public Microsoft.Maui.Layouts.FlexAlignSelf GetAlignSelf(Microsoft.Maui.IView view);
abstract member GetAlignSelf : Microsoft.Maui.IView -> Microsoft.Maui.Layouts.FlexAlignSelf
override this.GetAlignSelf : Microsoft.Maui.IView -> Microsoft.Maui.Layouts.FlexAlignSelf
Public Function GetAlignSelf (view As IView) As FlexAlignSelf
Parâmetros
- view
- IView
Devoluções
Implementações
Aplica-se a
GetAlignSelf(BindableObject)
- Origem:
- FlexLayout.cs
- Origem:
- FlexLayout.cs
- Origem:
- FlexLayout.cs
- Origem:
- FlexLayout.cs
Obtém a sobreposição de auto-alinhamento para o elemento dentro do layout flexível.
public:
static Microsoft::Maui::Layouts::FlexAlignSelf GetAlignSelf(Microsoft::Maui::Controls::BindableObject ^ bindable);
public static Microsoft.Maui.Layouts.FlexAlignSelf GetAlignSelf(Microsoft.Maui.Controls.BindableObject bindable);
static member GetAlignSelf : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Layouts.FlexAlignSelf
Public Shared Function GetAlignSelf (bindable As BindableObject) As FlexAlignSelf
Parâmetros
- bindable
- BindableObject
O elemento para obter o alinhamento.
Devoluções
O valor de auto-alinhamento.