Canvas.marginColor Property

Gets or sets a color of the outer margin of the canvas.

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

Syntax

Java Script
function get_marginColor();
function set_marginColor(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 the outer margin of the canvas.

Remarks

This property corresponds to Canvas.MarginColor server-side member.

See Also

Reference