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

nIndex
The 0-based index value of the dbiGaugeObject to reference inside the collection.
A reference to a specified dbiGaugeObject located in the collection.

Syntax

Visual Basic (Declaration) 
Public Default Property Item( _
   ByVal nIndex As Integer _
) As dbiGaugeObject
C# 
public dbiGaugeObject this[ 
   int nIndex
]; {get; set;}

Parameters

nIndex
The 0-based index value of the dbiGaugeObject to reference inside the collection.

Property Value

dbiGaugeObject

Requirements

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

See Also