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

BitmapViewer.WorkspaceHeight Property

Gets a value which represents the height (in pixels) of the bitmap loaded in BitmapViewer.

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

Syntax

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

Property Value

The value which represents the height (in pixels) of the bitmap loaded in BitmapViewer.

See Also

Reference