Definition
- Namespace:
- Tizen.NUI
- Assembly:
- Tizen.NUI.dll
- API Level:
- 3
public struct ParentOrigin
Properties
Declaration
public static float Bottom { get; }
Property Value
Type |
Description |
System.Single |
|
API Level: 3
Declaration
public static Position BottomCenter { get; }
Property Value
API Level: 3
Declaration
public static Position BottomLeft { get; }
Property Value
API Level: 3
Declaration
public static Position BottomRight { get; }
Property Value
API Level: 3
Declaration
public static Position Center { get; }
Property Value
API Level: 3
Declaration
public static Position CenterLeft { get; }
Property Value
API Level: 3
Declaration
public static Position CenterRight { get; }
Property Value
API Level: 3
Declaration
public static float Left { get; }
Property Value
Type |
Description |
System.Single |
|
API Level: 3
Declaration
public static float Middle { get; }
Property Value
Type |
Description |
System.Single |
|
API Level: 3
Declaration
public static float Right { get; }
Property Value
Type |
Description |
System.Single |
|
API Level: 3
Declaration
public static float Top { get; }
Property Value
Type |
Description |
System.Single |
|
API Level: 3
Declaration
public static Position TopCenter { get; }
Property Value
API Level: 3
Declaration
public static Position TopLeft { get; }
Property Value
API Level: 3
Declaration
public static Position TopRight { get; }
Property Value
API Level: 3