Spread Windows Forms 12.0 Product Documentation
Item Property (LightCollection)


FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > LightCollection Class : Item Property
Index of the light.
Gets or sets the light at the specified index.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As Light
'Usage
 
Dim instance As LightCollection
Dim index As Integer
Dim value As Light
 
instance.Item(index) = value
 
value = instance.Item(index)
public Light this[ 
   int index
]; {get; set;}

Parameters

index
Index of the light.

Property Value

Light.
See Also

Reference

LightCollection Class
LightCollection Members