FlexLayout.SetShrink(BindableObject, Single) Method

Definition

Sets 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 void SetShrink (Xamarin.Forms.BindableObject bindable, float value);
static member SetShrink : Xamarin.Forms.BindableObject * single -> unit

Parameters

bindable
BindableObject

The object for which to retrieve the property value.

value
Single

The new flex shrink value.

Applies to