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

Gets or sets the distance from Origin the control will render the text for the MajorTicks in the primary gauge.

Syntax

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

Property Value

Integer

Remarks

This property is only applicable if MajorTicks is greater than 0 and the DisplayGaugeText property is true.

Requirements

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

See Also