Back to Devexpress

GaugeControlBase.LayoutPadding Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-8aea2ff5.md

latest1.6 KB
Original Source

GaugeControlBase.LayoutPadding Property

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

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[XtraSerializableProperty]
public Thickness LayoutPadding { get; set; }
vb
<XtraSerializableProperty>
Public Property LayoutPadding As Thickness

Property Value

TypeDescription
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

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace