Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLegendItemsCollection Class / Item Property
The zero-based index of the element to get.

In This Topic
    Item Property (MapLegendItemsCollection)
    In This Topic
    Gets or sets the element at the specified index.
    Syntax
    'Declaration
     
    
    Public Default Property Item( _
       ByVal index As Integer _
    ) As MapLegendItem
    public MapLegendItem this[ 
       int index
    ]; {get; set;}

    Parameters

    index
    The zero-based index of the element to get.

    Property Value

    The element at specified index.
    See Also