Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GaugeControlBase.LayoutPadding Property

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

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v24.2.Win.dll

NuGet Package: DevExpress.Win.Gauges

#Declaration

[XtraSerializableProperty]
public Thickness LayoutPadding { get; set; }

#Property Value

Type Description
DevExpress.XtraGauges.Core.Base.Thickness

A DevExpress.XtraGauges.Core.Base.Thickness value.

#Remarks

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

See Also