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

IVObject.Designer Property

Gets a designer which will process user input when its corresponding v-object becomes active.

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

Syntax

Visual Basic
ReadOnly Property Designer As IDesigner
C#
                IDesigner Designer { get; }

Property Value

A designer which will process user input when its corresponding v-object becomes active.

See Also

Reference