Canvas.workspaceHeight Property

Gets or sets the height of the canvas.

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

Syntax

Java Script
function get_workspaceHeight();
function set_workspaceHeight(value);

Property Value

The height of the canvas.

Remarks

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

See Also

Reference