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

MultiLayerViewer.CurrentDesigner Property

Gets/sets the currently active designer.

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

Syntax

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

Property Value

The currently active designer.

Remarks

The current designer is associated with the currently selected object.

See Also

Reference