Struct ParentOrigin
Definition
- Assembly:
- Tizen.NUI.dll
ParentOrigin constants.
public struct ParentOrigin
Properties
View SourceBottom
Bottom
Declaration
public static float Bottom { get; }
Property Value
Type | Description |
---|---|
float |
BottomCenter
BottomCenter
Declaration
public static Position BottomCenter { get; }
Property Value
Type | Description |
---|---|
Position |
BottomLeft
BottomLeft
Declaration
public static Position BottomLeft { get; }
Property Value
Type | Description |
---|---|
Position |
BottomRight
BottomRight
Declaration
public static Position BottomRight { get; }
Property Value
Type | Description |
---|---|
Position |
Center
Center
Declaration
public static Position Center { get; }
Property Value
Type | Description |
---|---|
Position |
CenterLeft
CenterLeft
Declaration
public static Position CenterLeft { get; }
Property Value
Type | Description |
---|---|
Position |
CenterRight
CenterRight
Declaration
public static Position CenterRight { get; }
Property Value
Type | Description |
---|---|
Position |
Left
Left
Declaration
public static float Left { get; }
Property Value
Type | Description |
---|---|
float |
Middle
Middle
Declaration
public static float Middle { get; }
Property Value
Type | Description |
---|---|
float |
Right
Right
Declaration
public static float Right { get; }
Property Value
Type | Description |
---|---|
float |
Top
Top
Declaration
public static float Top { get; }
Property Value
Type | Description |
---|---|
float |
TopCenter
TopCenter
Declaration
public static Position TopCenter { get; }
Property Value
Type | Description |
---|---|
Position |
TopLeft
TopLeft
Declaration
public static Position TopLeft { get; }
Property Value
Type | Description |
---|---|
Position |
TopRight
TopRight
Declaration
public static Position TopRight { get; }
Property Value
Type | Description |
---|---|
Position |