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

BaseViewer.Height Property

Gets/sets the height (in pixels) of the control area.

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

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Overrides Property Height As Unit
C#
[BrowsableAttribute(true)]
public override Unit Height { get; set; }

Property Value

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

See Also

Reference