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

PsdTextVObject.originalUnderline Property

Get or sets the value indicating whether an original text of this PsdTextVObject is underlined.

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

Syntax

Java Script
function get_originalUnderline();
function set_originalUnderline(value);

Property Value

true if the original text of this PsdTextVObject is underlined; otherwise false.

Remarks

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

See Also

Reference