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

ViewerBase.Rubberband Property

Gets/sets a currently attached rubberband control.

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

Syntax

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

Property Value

An object implementing the IRubberband interface and specifying a currently attached rubberband control.

See Also

Reference