ComponentOne Maps for WPF and Silverlight
C1.Silverlight.Maps Namespace / C1VectorPlacemark Class / LabelTemplate Property

In This Topic
    LabelTemplate Property (C1VectorPlacemark)
    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