Canvas.resizeGripColor Property

Gets or set the resize grip color.

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

Syntax

Java Script
function get_resizeGripColor();
function set_resizeGripColor(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 resize grip.

Remarks

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

See Also

Reference