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

VObject.Designer Property

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

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

Syntax

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

Property Value

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

Implements

IVObject.Designer

See Also

Reference