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

CanvasViewer.WorkspaceHeight Property

Gets a value that represents the height (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 WorkspaceHeight As Single
C#
public override float WorkspaceHeight { get; }

Property Value

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

See Also

Reference