Enum LinearLayout.Alignment

    Definition

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

    Enumeration for the alignment of the linear layout items

    [Obsolete("This has been deprecated in API9 and will be removed in API11. Use HorizontalAlignment and VerticalAlignment instead.")]
    public enum LinearLayout.Alignment

    Fields

    Name Description
    Begin

    At the left/right edge of the container (maps to LTR/RTL direction for horizontal orientation)

    Bottom

    At the bottom edge of the container

    Center

    At the vertical and horizontal center of the container

    CenterHorizontal

    At the horizontal center of the container

    CenterVertical

    At the vertical center of the container

    End

    At the right/left edge of the container (maps to LTR/RTL direction for horizontal orientation)

    Top

    At the top edge of the container

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