Struct PositionAxis

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

PositionAxis constants.

C#
Copy
public struct PositionAxis

Properties

View Source

NegativeX

The Negative X axis

Declaration
C#
Copy
public static Position NegativeX { get; }
Property Value
Type Description
Position
API Level: 3
View Source

NegativeY

The Negative Y axis

Declaration
C#
Copy
public static Position NegativeY { get; }
Property Value
Type Description
Position
API Level: 3
View Source

NegativeZ

The Negative Z axis

Declaration
C#
Copy
public static Position NegativeZ { get; }
Property Value
Type Description
Position
API Level: 3
View Source

X

The X axis

Declaration
C#
Copy
public static Position X { get; }
Property Value
Type Description
Position
API Level: 3
View Source

Y

The Y axis

Declaration
C#
Copy
public static Position Y { get; }
Property Value
Type Description
Position
API Level: 3
View Source

Z

The Z axis

Declaration
C#
Copy
public static Position Z { get; }
Property Value
Type Description
Position
API Level: 3