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

The index value of the gauge displaying the text.

Syntax

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

Property Value

Integer

Remarks

A value of -1 indicates the primary gauge.  a value of 0 or higher indicates a secondary gauge, located in the main control's Gauges property.

Requirements

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

See Also