FlexLayout.AlignItems Property

Definition

Gets or sets a value that controls how child elements are laid out within their row or column.

public Xamarin.Forms.FlexAlignItems AlignItems { get; set; }
member this.AlignItems : Xamarin.Forms.FlexAlignItems with get, set

Property Value

A value that controls how child elements are laid out within their row or column.

Remarks

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

Applies to