GaugeControlBase.LayoutPadding Property
In This Article
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
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#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