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

VObjectAction.Name Property

Gets the name of the action.

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

Syntax

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

Property Value

The name of the action.

Implements

IVObjectAction.Name

See Also

Reference