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

VObject.Name Property

Gets/sets the name of the v-object.

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

Syntax

Visual Basic
Public Property Name As String
C#
public string Name { get; set; }

Property Value

The name of the v-object.

Implements

IVObject.Name

Remarks

You can use this property to specify a text label of a v-object to display in a list, etc.

See Also

Reference