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

ASPxGaugeControl.Width Property

Gets or sets the ASPxGaugeControl’s width.

Namespace: DevExpress.Web.ASPxGauges

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

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

A Unit value that represents the control’s width.

Remarks

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

See Also