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.