Gets or sets the height of the viewport (in pixels).

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[DefaultValueAttribute()]
[NotifyParentPropertyAttribute(true)]
public int Height { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
<NotifyParentPropertyAttribute(True)> _
Public Property Height As Integer
	Get
	Set

Remarks

Zero height extends the viewport till the opposite edge of the owner element. Negative height extends the viewport backwards.

See Also