ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorLayer Class
Properties

In This Topic
    C1VectorLayer Class Members
    In This Topic

    The following tables list the members exposed by C1VectorLayer.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of C1VectorLayer object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the client function which returns vector data.  
    Public PropertyGets or sets the DataType.Geojson type of vector data. This property only works when DataType is set to DataType.Geojson, meanwhile DataFunction and DataUrl are not set.  
    Public PropertyGets or sets a value specifies the type of the json object requested from DataObject property.  
    Public PropertyGets or sets the url string which is used to get the vector data. This property works when DataFunction property is not set.  
    Public PropertyGets or sets the DataType.Wijjson type of vector data. This property only works when DataType is set to DataType.Wijjson, meanwhile DataFunction and DataUrl are not set.  
    Public PropertyGets or sets the minimal size at which element becomes visible.  
    Public PropertyGets or sets the callback function which is called when click the mouse on the shape.  
    Public PropertyGets or sets the callback function which is called when click the mouse down on the shape.  
    Public PropertyGets or sets the callback function which is called when the mouse enter the shape.  
    Public PropertyGets or sets the callback function which is called when the mouse leave the shape.  
    Public PropertyGets or sets the callback function which is called when click the mouse up on the shape.  
    Public PropertyGets or sets the callback function which is called when move the mouse on the shape.  
    Public PropertyGets or sets the callback function which is called after the shape of the vector created.  
    Public PropertySpecifies how to render the placemark.  
    Public PropertyGets the type of the C1Layer instance. (Inherited from C1.Web.Wijmo.Controls.C1Maps.C1Layer)
    Top
    See Also