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

PsdTextVObject.originalFontSize Property

Gets or sets an origianl size 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_originalFontSize();
function set_originalFontSize(value);

Property Value

The original font size.

Remarks

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

See Also

Reference