Gets/sets the color of the rectangle outline.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
function get_outlineColor();
function set_outlineColor(value);
An RGB color value consists of three two-digit hexadecimal numbers (#RRGGBB) specifying the intensity of the corresponding channel. For example, the color value #FF0000 corresponds to red color name and displayed red because the red channel is set to its highest value, FF (or 255 in decimal form).
While these color names might not be recognized by other browsers, the RGB color values should display accurately across browsers. When specifying color values for Web pages targeted to work across different browsers, use the RGB color values.
This property corresponds to RectangleController.OutlineColor server-side member.