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.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.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.

See Also

Reference