ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPlacemark 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