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