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

PsdTextVObject.originalItalic Property

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

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

Syntax

Java Script
function get_originalItalic();
function set_originalItalic(value);

Property Value

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

Remarks

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

See Also

Reference