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.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

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

Property Value

The pen style of the rectangle outline.

See Also

Reference