FlexDirection Enum
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.
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
-
System.EnumFlexDirection
- 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. |