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

ArcScale.UseColorScheme Property

Gets or sets whether this scale should use Color Schemes.

Namespace: DevExpress.XtraGauges.Core.Model

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

Declaration

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

Property Value

Type Default Description
Boolean **true**

true if this scale should use Color Schemes; otherwise, false.

See Also