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

RectangleController.OutlineWidth Property

Gets/sets the rectangle outline width.

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

Syntax

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

Property Value

The rectangle outline width.

Remarks

If this property is more than 1, the pen style is always solid regardless to the OutlineStyle property value.

See Also

Reference