Enum TextAlign

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies possible values for TextAlign.

Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.WinForms.dll
Syntax
public enum TextAlign

Fields

Name Description
Center

Specifies that text is aligned in the center of its given space.

End

Specifies that text is aligned at the end of its given space.

Left

Specifies that text is aligned to the left of its given space.

Right

Specifies that text is aligned to the right of its given space.

Start

Specifies that text is aligned at the start of its given space.