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

In This Topic
    LabelPosition Property (C1VectorPlacemark)
    In This Topic
    Gets or sets the label position relatively to the associated geographical coordinates which is specified by GeoPoint property.
    Syntax
    'Declaration
     
    
    Public Property LabelPosition As LabelPosition
    public LabelPosition LabelPosition {get; set;}
    See Also