ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / VectorType Enumeration

In This Topic
    VectorType Enumeration
    In This Topic
    Specifies the type of the vector item.
    Syntax
    'Declaration
     
    Public Enum VectorType 
       Inherits System.Enum
    public enum VectorType : System.Enum 
    Members
    MemberDescription
    PlacemarkA placemark. Used to draw a mark and label.
    PolygonA polygon.
    PolylineA polyline.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Wijmo.Controls.C1Maps.VectorType

    See Also