FlexLayout.GetShrink(BindableObject) Method

Definition

Returns the value that determines the proportional reduction in size that this element will accept to acccommodate the layout in the row or column.

public static float GetShrink (Xamarin.Forms.BindableObject bindable);
static member GetShrink : Xamarin.Forms.BindableObject -> single

Parameters

bindable
BindableObject

The object for which to retrieve the property value.

Returns

The proportional reduction in size that this element will accept to acccommodate the layout in the row or column.

Applies to