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

VObject.canvas Property

Gets a reference to the Canvas object this vector object belongs to.

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

Syntax

Java Script
function get_canvas();

Property Value

The Canvas this vector object belongs to.

Remarks

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

See Also

Reference