FlexLayout.GetBasis(BindableObject) Method

Definition

Returns the value that describes this element's relative or absolute basis length.

public static Xamarin.Forms.FlexBasis GetBasis (Xamarin.Forms.BindableObject bindable);
static member GetBasis : Xamarin.Forms.BindableObject -> Xamarin.Forms.FlexBasis

Parameters

bindable
BindableObject

The object for which to retrieve the property value.

Returns

The value that describes this element's relative or absolute basis length.

Applies to