Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LightCollection Class / Item Property
Index of the light.


In This Topic
Item Property (LightCollection)
In This Topic
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)

Parameters

index
Index of the light.

Property Value

Light.
See Also