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

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

Syntax

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