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

TextVObject.textColor Property

Gets or sets color of the font used to display a text in this vector text block.

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

Syntax

Java Script
function get_textColor();
function set_textColor(value);

Property Value

The color value specified as a hex representation of the RGB triad in HTML-style syntax (#rrggbb) which specifies a color of this vector text block.

Remarks

This property corresponds to TextVObject.TextColor server-side member.

See Also

Reference