Enum Button.Align

Definition

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

Enumeration for describing the position, the text label can be, in relation to the control (and foreground/icon).

C#
Copy
public enum Align
Name Description
Begin

At the start of the control before the foreground or icon.

Bottom

At the bottom of the control below the foreground or icon.

End

At the end of the control after the foreground or icon.

Top

At the top of the control above the foreground or icon.