TextAlignment Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Media
Specifies how text is horizontally aligned.
public enum TextAlignment
Fields
| Name | Value | Description |
|---|---|---|
Left | Text is aligned to the left. | |
Center | Text is centered. | |
Right | Text is aligned to the right. |