Back to Devexpress

GaugeControlBase.AutoLayout Property

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

latest1.8 KB
Original Source

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.v25.2.Win.dll

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool AutoLayout { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property AutoLayout As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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

Layout Customization

GaugeControlBase Class

GaugeControlBase Members

DevExpress.XtraGauges.Win Namespace