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

VObjectsRubberband.HostViewer Property

Gets a reference to a currently used viewer control.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property HostViewer As ViewerBase
C#
[BrowsableAttribute(false)]
public ViewerBase HostViewer { get; }

Property Value

A currently used viewer control.

See Also

Reference