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

Gets or sets the color used to paint the background of the path section of a circle meter.

Syntax

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

Property Value

Color

Remarks

The path is the section of the control between the current value and the maximum in a circle meter.

Requirements

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

See Also