Enum FlexLayout.FlexJustification

    Definition

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

    [Draft] 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, between, and after the lines

    SpaceBetween

    Items are positioned with equal space between the lines

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