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

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

Syntax

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

Property Value

Color

Remarks

This property is only used if NeedleType is one of the following:
Arrow1
Arrow2
Arrow3
Radial
Marker (if MarkerImage is not assigned a value)

Requirements

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

See Also