FlexLayout.GetGrow(BindableObject) Method

Definition

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

Parameters

bindable
BindableObject

The object for which to retrieve the property value.

Returns

The value that determines the proportional growth that this element will accept to acccommodate the layout in the row or column.

Applies to