Back to Devexpress

LinearScale.UseColorScheme Property

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-dot-linearscale-ebb39402.md

latest1.4 KB
Original Source

LinearScale.UseColorScheme Property

Gets or sets whether this scale should use Color Schemes.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

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

|

See Also

LinearScale Class

LinearScale Members

DevExpress.XtraGauges.Core.Model Namespace