ASPxGaugeControl.LayoutPadding Property
Gets or sets a padding around all gauges in the ASPxGaugeControl.AutoLayout mode.
Namespace: DevExpress.Web.ASPxGauges
Assembly: DevExpress.Web.ASPxGauges.v24.1.dll
NuGet Package: DevExpress.Web.Visualization
Declaration
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