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

BaseViewer.WorkspaceWidth Property

Gets the workspace width (in pixels) of the content.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public MustOverride ReadOnly Property WorkspaceWidth As Single
C#
[BrowsableAttribute(false)]
public abstract float WorkspaceWidth { get; }

Property Value

The value which represents the width (in pixels) of the workspace.

See Also

Reference