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