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

CanvasViewer.WorkspaceWidth Property

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

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

Syntax

Visual Basic
Public Overrides ReadOnly Property WorkspaceWidth As Single
C#
public override float WorkspaceWidth { get; }

Property Value

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

See Also

Reference