dbicMeter Send comments on this topic.
ChangeColor Property
See Also 
dbicMeter Assembly > Dbi.WinControl.Meter Namespace > dbiMeter Class : ChangeColor Property

Gets or sets the primary color of the changed blocks in the control. This is the primary color of the blocks once they have reached the value specified in the ChangeValue Property.

Syntax

Visual Basic (Declaration) 
Public Overridable Property ChangeColor As Color
C# 
public virtual Color ChangeColor {get; set;}

Property Value

Color

Remarks

This is only applicable with the DisplayStyle Property set to blocks.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also