Struct PositionAxis

    Definition

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

    PositionAxis constants.

    public struct PositionAxis

    Properties

    View Source

    NegativeX

    The Negative X axis

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

    NegativeY

    The Negative Y axis

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

    NegativeZ

    The Negative Z axis

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

    X

    The X axis

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

    Y

    The Y axis

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

    Z

    The Z axis

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