FlexLayout.GetOrder(BindableObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.