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

PsdTextVObject.originalWeight Property

Gets or sets an origianl weight of the font used to display text in this PsdTextVObject.

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

Syntax

Java Script
function get_originalWeight();
function set_originalWeight(value);

Property Value

The original font weight.

Remarks

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

See Also

Reference