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

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.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
[DefaultValue(false)]
public bool ShowBackground { get; set; }

Property Value

Type Default Description
Boolean **false**

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= true ShowBackground= false
ShowBackgroundTrue ShowBackgroundFalse
See Also