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

In This Topic
    LabelTemplate Property
    In This Topic
    Gets or set the label template associated with the place mark.
    Syntax
    'Declaration
     
    
    Public Property LabelTemplate As DataTemplate
    public DataTemplate LabelTemplate {get; set;}
    Remarks
    The label is created from the template only if the Label property is not set.
    See Also