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

Gets or sets the color used to paint the border around the extension of a radial needle of the primary gauge.

Syntax

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

Property Value

Color

Remarks

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

Requirements

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

See Also