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

Canvas.WorkspaceWidth Property

Gets a value that represents the width (in pixels) of this Canvas.

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

Syntax

Visual Basic
Public Property WorkspaceWidth As Single
C#
public float WorkspaceWidth { get; set; }

Property Value

The Single value which represents the width (in pixels) of this Canvas.

See Also

Reference