Skip to main content

ASPxGaugeControl.LayoutPadding Property

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

Namespace: DevExpress.Web.ASPxGauges

Assembly: DevExpress.Web.ASPxGauges.v23.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