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

Gets or set the distance, from origin, of the edge of the path of the gauge.

Syntax

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

Property Value

Integer

Remarks

The path is the section between the AngleStart and AngleEnd of the gauge.  The size of the display of the path, is determined by the current values assigned to the GaugeHeight and GaugeWidth properties.

Requirements

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

See Also