Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorPlacemark Class / Label Property

In This Topic
    Label Property
    In This Topic
    Gets or set the label associated with the vector.
    Syntax
    'Declaration
     
    
    Public Property Label As Object
    public object Label {get; set;}
    Remarks
    Depending on LabelDisplay property it can be displayed as tooltip or always visible.
    See Also