Map for WinForms | ComponentOne
C1.FlexMap Namespace / MapLegendItemKind Enumeration

In This Topic
    MapLegendItemKind Enumeration
    In This Topic
    Specifies the kind of marker of the legend item.
    Syntax
    'Declaration
     
    
    Public Enum MapLegendItemKind 
       Inherits System.Enum
    public enum MapLegendItemKind : System.Enum 
    Members
    MemberDescription
    LineDisplay a line.
    MarkerDisplay a marker which is defined by marker shape.
    NoneHas no marker.
    RectangleDisplay a rectangle wich background.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.FlexMap.MapLegendItemKind

    See Also