Canvas.workspaceWidth Property

Gets or sets the width of the canvas.

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

Syntax

Java Script
function get_workspaceWidth();
function set_workspaceWidth(value);

Property Value

The width of the canvas.

Remarks

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

See Also

Reference