FlexLayout.Direction Property

Definition

Gets or sets the flex direction for child elements within this layout.

public Xamarin.Forms.FlexDirection Direction { get; set; }
member this.Direction : Xamarin.Forms.FlexDirection with get, set

Property Value

The flex direction for child elements within this layout.

Remarks

The following image shows the options for Direction with JustifyContent set to Start and AlignItems set to Stretch:

Applies to