Struct ParentOrigin

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll
API Level:
3

ParentOrigin constants.

C#
Copy
public struct ParentOrigin

Properties

View Source

Bottom

Bottom

Declaration
C#
Copy
public static float Bottom { get; }
Property Value
Type Description
System.Single
API Level: 3
View Source

BottomCenter

BottomCenter

Declaration
C#
Copy
public static Position BottomCenter { get; }
Property Value
Type Description
Position
API Level: 3
View Source

BottomLeft

BottomLeft

Declaration
C#
Copy
public static Position BottomLeft { get; }
Property Value
Type Description
Position
API Level: 3
View Source

BottomRight

BottomRight

Declaration
C#
Copy
public static Position BottomRight { get; }
Property Value
Type Description
Position
API Level: 3
View Source

Center

Center

Declaration
C#
Copy
public static Position Center { get; }
Property Value
Type Description
Position
API Level: 3
View Source

CenterLeft

CenterLeft

Declaration
C#
Copy
public static Position CenterLeft { get; }
Property Value
Type Description
Position
API Level: 3
View Source

CenterRight

CenterRight

Declaration
C#
Copy
public static Position CenterRight { get; }
Property Value
Type Description
Position
API Level: 3
View Source

Left

Left

Declaration
C#
Copy
public static float Left { get; }
Property Value
Type Description
System.Single
API Level: 3
View Source

Middle

Middle

Declaration
C#
Copy
public static float Middle { get; }
Property Value
Type Description
System.Single
API Level: 3
View Source

Right

Right

Declaration
C#
Copy
public static float Right { get; }
Property Value
Type Description
System.Single
API Level: 3
View Source

Top

Top

Declaration
C#
Copy
public static float Top { get; }
Property Value
Type Description
System.Single
API Level: 3
View Source

TopCenter

TopCenter

Declaration
C#
Copy
public static Position TopCenter { get; }
Property Value
Type Description
Position
API Level: 3
View Source

TopLeft

TopLeft

Declaration
C#
Copy
public static Position TopLeft { get; }
Property Value
Type Description
Position
API Level: 3
View Source

TopRight

TopRight

Declaration
C#
Copy
public static Position TopRight { get; }
Property Value
Type Description
Position
API Level: 3