Enum FlexLayout.AlignmentType

    Definition

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

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

    public enum FlexLayout.AlignmentType

    Fields

    Name Description
    Auto

    Inherits the same alignment from the parent

    Center

    At the center of the container

    FlexEnd

    At the end of the container

    FlexStart

    At the beginning of the container

    Stretch

    Stretch to fit the container

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