FlexLayout.GetOrder(BindableObject) Method

Definition

Returns the visual order of the element among its siblings.

public static int GetOrder (Xamarin.Forms.BindableObject bindable);
static member GetOrder : Xamarin.Forms.BindableObject -> int

Parameters

bindable
BindableObject

The object for which to retrieve the property value.

Returns

System.Int32

The visual order of the element among its siblings.

Applies to