Back to Devexpress

GaugeControlBase.LayoutInterval Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gaugecontrolbase-cefd5b9b.md

latest1.7 KB
Original Source

GaugeControlBase.LayoutInterval Property

Gets or sets an interval between two neighboring gauges in the GaugeControlBase.AutoLayout mode.

Namespace : DevExpress.XtraGauges.Win

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(6)]
[XtraSerializableProperty]
public int LayoutInterval { get; set; }
vb
<DefaultValue(6)>
<XtraSerializableProperty>
Public Property LayoutInterval As Integer

Property Value

TypeDefaultDescription
Int326

An integer value specifying the interval between gauges.

|

Remarks

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

See Also

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace