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

PsdTextVObject.originalAlignment Property

Gets or sets the value that specifies an origianl text alignment.

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

Syntax

Java Script
function get_originalAlignment();
function set_originalAlignment(value);

Property Value

The TextAlignment enumeration member that specifies an original text alignment.

Remarks

This property corresponds to PsdTextVObject.OriginalAlignment server-side member.

See Also

Reference