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

Gets or sets the width of the border drawn around the needle of the gauge.

Syntax

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

Property Value

Integer

Remarks

This property is only used if:

1. The NeedleBorderColor property is assigned a value other than Color.Empty.

2. The 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