Canvas.history Property

Gets a History object associated with this canvas.

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

Syntax

Java Script
function get_history();

Property Value

The History which traces modifications of this canvas content.

Remarks

This property corresponds to Canvas.History server-side member.

See Also

Reference