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

Gets or sets the secondary backcolor for the blocks in the control.

Syntax

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

Property Value

Color

Remarks

This property will determine the colors for the DisplayStyle Property where the setting is Blocks or Bar. The Regular type only uses the ForeColor Property.

Requirements

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

See Also