ComponentOne Gauges for WinForms
Item Property (ValueColorCollection)

C1.Win.C1Gauge.4 Assembly > C1.Win.C1Gauge Namespace > ValueColorCollection Class : Item Property
Gets or sets the C1GaugeValueColor at the specified position in the collection.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As C1GaugeValueColor
public C1GaugeValueColor this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

ValueColorCollection Class
ValueColorCollection Members