dbicGauge Send comments on this topic.
ExtensionBorderWidth Property
See Also 
dbicGauge Assembly > Dbi.WinControl.Gauge Namespace > dbiGauge Class : ExtensionBorderWidth Property

Gets or sets the width of the border around the needle extension of a radial needle of the primary gauge.

Syntax

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

Property Value

Integer

Remarks

Only applicable if:
NeedleExtension is greater than 0
NeedleType is Radial

Requirements

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

See Also