Spread Windows Forms 15.0
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)
    public Light this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    Index of the light.

    Property Value

    Light.
    See Also