FlexLayout.GetAlignSelf(BindableObject) Método
Definición
Devuelve el valor que, opcionalmente, invalida la alineación de este elemento secundario dentro de su fila o columna en el elemento principal.Returns the value that optionally overrides the item alignment for this child within its row or column in the parent.
public static Xamarin.Forms.FlexAlignSelf GetAlignSelf (Xamarin.Forms.BindableObject bindable);
static member GetAlignSelf : Xamarin.Forms.BindableObject -> Xamarin.Forms.FlexAlignSelf
Parámetros
- bindable
- BindableObject
Objeto del que se va a recuperar el valor de propiedad.The object for which to retrieve the property value.
Devoluciones
Valor que, opcionalmente, invalida la alineación de este elemento secundario dentro de su fila o columna en el elemento principal.The value that optionally overrides the item alignment for this child within its row or column in the parent.