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

ViewerBase.WorkspaceHeight Property

Gets/sets the height of the workspace.

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

Syntax

Visual Basic
Public MustOverride Property WorkspaceHeight As Single
C#
public abstract float WorkspaceHeight { get; set; }

Property Value

The height of the workspace.

See Also

Reference