Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
public struct PositionAxis
Properties
Declaration
public static Position NegativeX { get; }
Property Value
API Level: 3
Declaration
public static Position NegativeY { get; }
Property Value
API Level: 3
Declaration
public static Position NegativeZ { get; }
Property Value
API Level: 3
Declaration
public static Position X { get; }
Property Value
API Level: 3
Declaration
public static Position Y { get; }
Property Value
API Level: 3
Declaration
public static Position Z { get; }
Property Value
API Level: 3
Extension Methods