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

RectangleController.OutlineColor2 Property

Gets/sets the second color of the rectangle outline when it is dashed.

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

Syntax

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

Property Value

The second color of the rectangle outline when it is dashed.

See Also

Reference