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

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

Syntax

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

Property Value

Color

Remarks

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

Requirements

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

See Also