[]
        
(Showing Draft Content)

FarPoint.Win.Chart.LightCollection.Item

this Property

this[int]

Gets or sets the light at the specified index.

Declaration
public Light this[int index] { get; set; }
Public Default Property Item(index As Integer) As Light
Parameters
Type Name Description
int index

Index of the light.

Property Value
Type Description
Light

Light.

Implements