FlexLayout.Direction Property
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.
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: