Enum FlexLayout.FlexJustification

    Definition

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

    Enumeration for the alignment of the flex items when the items do not use all available space on the main-axis.

    public enum FlexLayout.FlexJustification

    Fields

    Name Description
    Center

    Items are positioned at the center of the container.

    FlexEnd

    Items are positioned at the end of the container.

    FlexStart

    Items are positioned at the beginning of the container.

    SpaceAround

    Items are positioned with equal space before, and after the lines.

    SpaceBetween

    Items are positioned with equal space between the lines.

    SpaceEvenly

    Items are positioned with equal space before, between, and after the lines.
    Spaces are distributed equally to the beginning of the first child, between each child, and the end of the last child.

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