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

ClickDragCreateDesigner.Connected Property

Gets a value specifying whether the designer is associated with the control.

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

Syntax

Visual Basic
Public ReadOnly Property Connected As Boolean
C#
public bool Connected { get; }

Property Value

A value specifying whether the designer is associated with the control.

Implements

IDesigner.Connected

See Also

Reference