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

Gets or sets the color used to paint the needle extension of the gauge.

Syntax

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

Property Value

Color

Remarks

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

Requirements

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

See Also