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

HistoryData.Commands Property

Gets or sets a list of the commands.

Namespace: Aurigma.GraphicsMill.AjaxControls.VectorObjects.RedoUndo
Assembly: Aurigma.GraphicsMill.AjaxControls.VectorObjects (in Aurigma.GraphicsMill.AjaxControls.VectorObjects.dll)

Syntax

Visual Basic
Public Property Commands As List(Of HistoryTypeData)
C#
public List<HistoryTypeData> Commands { get; set; }

Property Value

The list of commands.

See Also

Reference