Enum TextAlignment
- Namespace
- nanoFramework.Presentation.Media
- Assembly
- nanoFramework.Graphics.dll
Specifies the horizontal alignment of text.
public enum TextAlignmentFields
- Center = 1
- Text is centered. 
- Left = 0
- Text is aligned to the left. 
- Right = 2
- Text is aligned to the right.