ComponentOne AutoComplete for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorPlacemark Class / Label Property

In This Topic
    Label Property (C1VectorPlacemark)
    In This Topic
    Gets or sets the label of the vector item.
    Syntax
    'Declaration
     
    Public Property Label As System.String
    public System.string Label {get; set;}
    Remarks
    When drawing the label of the placemark, the Label property is used, and then C1VectorItemBase.Name property.
    See Also