Enum Button.Align
Definition
- Namespace:
- Tizen.NUI.UIComponents
- Assembly:
- Tizen.NUI.dll
Enumeration for describing the position, the text label can be, in relation to the control (and foreground/icon).
public enum Button.Align
Fields
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. |