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

Gets or sets the color used to paint the border around the remaining path of a circle meter.

Syntax

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