FlexDirection Enum

Definition

Enumerates values that specify row and columen flex layout directions, relative to the directions for the device locale.

[Xamarin.Forms.TypeConverter(typeof(Xamarin.Forms.FlexDirectionTypeConverter))]
public enum FlexDirection
type FlexDirection = 
Inheritance
FlexDirection
Attributes

Fields

Column 2

Indicates that child elements will be laid out in the default column layout direction for the locale.

ColumnReverse 3

Indicates that child elements will be laid out in the reverse of the default column layout direction for the locale.

Row 0

Indicates that child elements will be laid out in the default row layout direction for the locale.

RowReverse 1

Indicates that child elements will be laid out in the reverse of the default row layout direction for the locale.

Applies to