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

Gets or sets the height (length) of the needle in the primary gauge

Syntax

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

Property Value

Integer

Remarks

The height (length) is the distance from origin to the furthest point of the needle in the display of the primary gauge.

Requirements

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

See Also