Back to Devexpress

ArcScaleRangeBar.ShowBackground Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-arcscalerangebar-c6f9a626.md

latest1.6 KB
Original Source

ArcScaleRangeBar.ShowBackground Property

Gets or sets a value which specifies whether to show the background of the arc scale range bar.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
[DefaultValue(false)]
public bool ShowBackground { get; set; }
vb
<DefaultValue(False)>
Public Property ShowBackground As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true , if the background is shown in the arc scale range bar; otherwise, false.

|

Remarks

The table below shows how the ShowBackground property works.

ShowBackground = trueShowBackground = false

See Also

ArcScaleRangeBar Class

ArcScaleRangeBar Members

DevExpress.XtraGauges.Core.Model Namespace