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

VObjectsRubberband.DesignerOptions Property

Gets options available to all designers.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property DesignerOptions As Hashtable
C#
[BrowsableAttribute(false)]
public Hashtable DesignerOptions { get; }

Property Value

A hash table of options available to all designers.

Remarks

Every designer may read any option from this hash table, for example, if to allow multiple selections.

See Also

Reference