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

In This Topic
    MarkerShape Enumeration
    In This Topic
    Specifies the shape of the placemark marker.
    Syntax
    'Declaration
     
    
    Public Enum MarkerShape 
       Inherits System.Enum
    public enum MarkerShape : System.Enum 
    Members
    MemberDescription
    CircleA circle marker.
    CustomA marker with custom defined element.
    DiamondA diamond marker.
    NoneNo marker.
    SquareA trapezoid marker.
    StarA star marker.
    TriangleA triangle marker.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.FlexMap.MarkerShape

    See Also