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

RectangleRubberband.OutlineStyle Property

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

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

Syntax

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

Property Value

The pen style of the rectangle outline.

See Also

Reference