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