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

Gets or sets the length of the needle extension of the primary gauge.

Syntax

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

Property Value

Integer

Remarks

Depending on the NeedleType property of the primary gauge, the extension will behave in a different manner.

Please see Needle of the Gauge for additional details.

Requirements

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

See Also