Map for WinForms | ComponentOne
C1.Win.Map Namespace / MapLegendItemsCollection Class
Members

In This Topic
    MapLegendItemsCollection Class
    In This Topic
    Represents the collection of map legend items.
    Object Model
    MapLegendItemsCollection Class
    Syntax
    'Declaration
     
    
    Public Class MapLegendItemsCollection 
       Inherits C1.Win.Map.MapCollectionBase(Of MapLegendItem)
       Implements IEditingNotify 
    public class MapLegendItemsCollection : C1.Win.Map.MapCollectionBase<MapLegendItem>, IEditingNotify  
    Inheritance Hierarchy

    System.Object
       C1.Win.Map.MapCollectionBase<T>
          C1.Win.Map.MapLegendItemsCollection

    See Also