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

RectangleController.OutlineStyle Property

Gets/sets the rectangle outline pen style (solid, dashed, etc).

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

Syntax

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

Property Value

The pen style of the rectangle outline.

Remarks

Since rectangle outline is drawn using GDI (through the GdiGraphics class), pen style has the same limitations as a GDI pen. In particular, if the pen width (specified with the OutlineWidth property) is larger than 1, pen style is always solid, regardless to this property value.

See Also

Reference