'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.
'Declaration
Public Default Property Item( _ ByVal index As Integer _ ) As MapLegendItem
public MapLegendItem this[ int index ]; {get; set;}