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

RectangleVObject.fillColor Property

Gets or sets a color used to fill this vector rectangle.

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

Syntax

Java Script
function get_fillColor();
function set_fillColor(value);

Property Value

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

Remarks

This property corresponds to RectangleVObject.FillColor server-side member.

See Also

Reference