FlexLayout.GetGrow(BindableObject) Método
Definición
Devuelve el valor que determina el crecimiento proporcional que este elemento aceptará para dar cabida al diseño de la fila o columna.Returns the value that determines the proportional growth that this element will accept to acccommodate the layout in the row or column.
public static float GetGrow (Xamarin.Forms.BindableObject bindable);
static member GetGrow : Xamarin.Forms.BindableObject -> single
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 determina el crecimiento proporcional que este elemento aceptará para dar cabida al diseño de la fila o columna.The value that determines the proportional growth that this element will accept to acccommodate the layout in the row or column.