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

Gets or sets if the border drawn around the path section, should also extend over the section of the control displaying the current value of a circle meter.

Syntax

Visual Basic (Declaration) 
Public Overridable Property OpenArcPath As Boolean
C# 
public virtual bool OpenArcPath {get; set;}

Property Value

Boolean

Remarks

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

The border around current value will still be drawn (if applicable), but an extension of the path's border will drawn overtop of it.

Requirements

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

See Also