Skip to main content
A newer version of this page is available. .

GaugeControlBase.AutoLayout Property

Gets or sets whether gauges are automatically arranged within the Gauge control to avoid overlapping.

Namespace: DevExpress.XtraGauges.Win

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

Declaration

[DefaultValue(true)]
[XtraSerializableProperty]
public bool AutoLayout { get; set; }

Property Value

Type Default Description
Boolean **true**

true if gauges are automatically arranged within the GaugeControl; otherwise, false

Remarks

Use the GaugeControlBase.LayoutInterval and GaugeControlBase.LayoutPadding properties to customize how gauges are arranged within the gauge container.

See the Layout Customization topic to learn more.

See Also