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

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

Syntax

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

Property Value

Integer

Remarks

Depending on the NeedleType property of the 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