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

BaseViewer.WorkspaceHeight Property

Gets the workspace height (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 WorkspaceHeight As Single
C#
[BrowsableAttribute(false)]
public abstract float WorkspaceHeight { get; }

Property Value

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

See Also

Reference