Enum FlexContainer.Justification

    Definition

    Namespace:
    Tizen.NUI.BaseComponents
    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.

    [Obsolete("This has been deprecated in API8 and will be removed in API10. Use FlexLayout instead.")]
    public enum FlexContainer.Justification

    Fields

    Name Description
    JustifyCenter

    Items are positioned at the center of the container.

    JustifyFlexEnd

    Items are positioned at the end of the container.

    JustifyFlexStart

    Items are positioned at the beginning of the container.

    JustifySpaceAround

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

    JustifySpaceBetween

    Items are positioned with equal space between the lines.

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