Skip to main content

GaugeControlBase.LayoutInterval Property

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

Namespace: DevExpress.XtraGauges.Win

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

NuGet Package: DevExpress.Win.Gauges

Declaration

[DefaultValue(6)]
[XtraSerializableProperty]
public int LayoutInterval { get; set; }

Property Value

Type Default Description
Int32 6

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