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

Gets the collection that contains all the secondary gauges associated with this instance of the control.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Gauges As GaugeObjectCollection
C# 
public GaugeObjectCollection Gauges {get;}

Property Value

GaugeObjectCollection

Remarks

This property enables you to obtain a reference to the gauges that are currently stored in the control. With this reference you can add, remove, and obtain a count of the items in the collection.

Requirements

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

See Also