Skip to main content
A newer version of this page is available. .

ASPxGaugeControl.Height Property

Gets or sets the ASPxGaugeControl’s height.

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v20.2.dll

NuGet Package: DevExpress.Web.Visualization

Declaration

public override Unit Height { get; set; }

Property Value

Type Description
Unit

A Unit value that represents the control’s height.

Remarks

The ASPxGaugeControl’s height and width can only be specified in pixels.

See Also