Enum TextAlign
- Namespace
- Northwoods.Go
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies possible values for TextAlign.
public enum TextAlign
Fields
Center = 3
Specifies that text is aligned in the center of its given space.
End = 4
Specifies that text is aligned at the end of its given space.
Left = 1
Specifies that text is aligned to the left of its given space.
Right = 2
Specifies that text is aligned to the right of its given space.
Start = 0
Specifies that text is aligned at the start of its given space.