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

Gets or sets the width of the border drawn around the remaining path of a circle meter.

Syntax

Visual Basic (Declaration) 
Public Overridable Property PathBorderWidth As Integer
C# 
public virtual int PathBorderWidth {get; set;}

Property Value

Integer

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