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

RectangleController.OutlineColor1 Property

Gets/sets the first 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 OutlineColor1 As Color
C#
[BrowsableAttribute(true)]
public Color OutlineColor1 { get; set; }

Property Value

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

See Also

Reference