Aurigma Graphics Mill 5.5 for .NET
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.Implements
Remarks
The current designer is associated with the currently selected object.