Enum DefaultGridItem.LabelOrientation

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

Label orientation.

C#
Copy
public enum LabelOrientation : int
Name Description
InsideBottom

inside of image bottom edge.

InsideTop

inside of image top edge.

OutsideBottom

Outside of image bottom edge.

OutsideTop

Outside of image top edge.

Extension Methods