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

RectangleVObject.borderColor Property

Gets or sets a color of the border around this vector rectangle.

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

Syntax

Java Script
function get_borderColor();
function set_borderColor(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 rectangle.

Remarks

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

See Also

Reference