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

LineVObject.color Property

Gets or sets a color of this vector line.

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

Syntax

Java Script
function get_color();
function set_color(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 line.

Remarks

This property corresponds to LineVObject.Color server-side member.

See Also

Reference