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: Aurigma.GraphicsMill.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property OutlineColor As Color
C#
[BrowsableAttribute(true)]
public Color OutlineColor { get; set; }

Property Value

The color of the rectangle outline.

See Also

Reference