TextAlignment Enumeration
Contains the supported alignment types for
RoundTextBox control.
Namespace: BeeMobile.RoundTextBoxAssembly: BeeMobile.RoundTextBox.NET48 (in BeeMobile.RoundTextBox.NET48.dll) Version: 4.8.1.21
public enum TextAlignment
Public Enumeration TextAlignment
| Left | 0 |
The text is aligned to the left side.
|
| Center | 1 |
The text is centered.
|
| Right | 2 |
The text is aligned to the rigth side.
|