Struct ParentOrigin

    Definition

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

    ParentOrigin constants.

    public struct ParentOrigin

    Properties

    View Source

    Bottom

    Bottom

    Declaration
    public static float Bottom { get; }
    Property Value
    Type Description
    float
    View Source

    BottomCenter

    BottomCenter

    Declaration
    public static Position BottomCenter { get; }
    Property Value
    Type Description
    Position
    View Source

    BottomLeft

    BottomLeft

    Declaration
    public static Position BottomLeft { get; }
    Property Value
    Type Description
    Position
    View Source

    BottomRight

    BottomRight

    Declaration
    public static Position BottomRight { get; }
    Property Value
    Type Description
    Position
    View Source

    Center

    Center

    Declaration
    public static Position Center { get; }
    Property Value
    Type Description
    Position
    View Source

    CenterLeft

    CenterLeft

    Declaration
    public static Position CenterLeft { get; }
    Property Value
    Type Description
    Position
    View Source

    CenterRight

    CenterRight

    Declaration
    public static Position CenterRight { get; }
    Property Value
    Type Description
    Position
    View Source

    Left

    Left

    Declaration
    public static float Left { get; }
    Property Value
    Type Description
    float
    View Source

    Middle

    Middle

    Declaration
    public static float Middle { get; }
    Property Value
    Type Description
    float
    View Source

    Right

    Right

    Declaration
    public static float Right { get; }
    Property Value
    Type Description
    float
    View Source

    Top

    Top

    Declaration
    public static float Top { get; }
    Property Value
    Type Description
    float
    View Source

    TopCenter

    TopCenter

    Declaration
    public static Position TopCenter { get; }
    Property Value
    Type Description
    Position
    View Source

    TopLeft

    TopLeft

    Declaration
    public static Position TopLeft { get; }
    Property Value
    Type Description
    Position
    View Source

    TopRight

    TopRight

    Declaration
    public static Position TopRight { get; }
    Property Value
    Type Description
    Position
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX