Skip to main content
All docs
V19.2

ASPxGaugeControl.SizeEx Property

Gets or sets the ASPxGaugeControl’s size.

Namespace: DevExpress.Web.ASPxGauges

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

Declaration

public Size SizeEx { get; set; }

Property Value

Type Description
Size

The Size structure.

Remarks

This member supports the internal infrastructure and cannot be used directly from your code. Instead, use the ASPxGaugeControl.Height and ASPxGaugeControl.Width properties.

See Also