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

MultiLayerViewer.DefaultDesigner Property

Gets the default designer associated with the host object.

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

Syntax

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

Property Value

The DefaultDesigner object.

See Also

Reference