Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / LightCollection Class / Count Property


In This Topic
    Count Property (LightCollection)
    In This Topic
    Gets the number of lights in the collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Count As Integer
    'Usage
     
    
    Dim instance As LightCollection
    Dim value As Integer
     
    value = instance.Count
    public int Count {get;}
    See Also