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.dll)

Syntax

Java Script
Aurigma.GraphicsMill.AjaxControls.VectorObjects.TextAlignment = function();
Aurigma.GraphicsMill.AjaxControls.VectorObjects.TextAlignment.createEnum('Aurigma.GraphicsMill.AjaxControls.VectorObjects.TextAlignment', false);

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