Struct PositionAxis
Definition
- Assembly:
- Tizen.NUI.dll
PositionAxis constants.
public struct PositionAxis
Properties
View SourceNegativeX
The Negative X axis
Declaration
public static Position NegativeX { get; }
Property Value
Type | Description |
---|---|
Position |
NegativeY
The Negative Y axis
Declaration
public static Position NegativeY { get; }
Property Value
Type | Description |
---|---|
Position |
NegativeZ
The Negative Z axis
Declaration
public static Position NegativeZ { get; }
Property Value
Type | Description |
---|---|
Position |
X
The X axis
Declaration
public static Position X { get; }
Property Value
Type | Description |
---|---|
Position |
Y
The Y axis
Declaration
public static Position Y { get; }
Property Value
Type | Description |
---|---|
Position |
Z
The Z axis
Declaration
public static Position Z { get; }
Property Value
Type | Description |
---|---|
Position |