Enum TextAlignment
Specifies the horizontal alignment of text.
Namespace: nanoFramework.Presentation.Media
Assembly: nanoFramework.Graphics.dll
Syntax
public enum TextAlignment
Fields
Name | Description |
---|---|
Center | Text is centered. |
Left | Text is aligned to the left. |
Right | Text is aligned to the right. |