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

RectangleController.outlineColor Property

Gets/sets the color of the rectangle outline.

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

Syntax

Java Script
function get_outlineColor();
function set_outlineColor(value);

Property Value

The string value represened the color of the rectangle outline using a color name, or using numbers to denote an RGB color value.

Remarks

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).

Note

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.

See Also

Reference