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

ASPxGaugeControl.LayoutPadding Property

Gets or sets a padding around all gauges in the ASPxGaugeControl.AutoLayout mode.

Namespace: DevExpress.Web.ASPxGauges

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

NuGet Package: DevExpress.Web.Visualization

Declaration

public ThicknessWeb LayoutPadding { get; set; }

Property Value

Type Description
DevExpress.Web.ASPxGauges.Base.ThicknessWeb

A DevExpress.Web.ASPxGauges.Base.ThicknessWeb value.

Remarks

When the ASPxGaugeControl.AutoLayout property is set to true, the ASPxGaugeControl.LayoutInterval and LayoutPadding properties define how gauges are arranged within a gauge container.

See Also