This documentation is for the old version. Go to the latest Graphics Mill docs

TextAlignment Enumeration

Contains text alignment types.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Enumeration TextAlignment
C#
public enum TextAlignment

Members

Member name Description
Left

Align text along the left edge.

Center

Align text along the center.

Right

Align text along the right edge.

See Also

Reference