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

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

Syntax

Visual Basic (Declaration) 
Public Overridable Property ChangeColorTo As Color
C# 
public virtual Color ChangeColorTo {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