Enum FlexLayout.FlexDirection

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    Enumeration for the direction of the main axis in the flex container. This determines the direction that flex items are laid out in the flex container.

    public enum FlexLayout.FlexDirection

    Fields

    Name Description
    Column

    The flexible items are displayed vertically as a column

    ColumnReverse

    The flexible items are displayed vertically as a column, but in reverse order

    Row

    The flexible items are displayed horizontally as a row

    RowReverse

    The flexible items are displayed horizontally as a row, but in reverse order

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX