ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorPlacemark Class / LabelPosition Property

In This Topic
    LabelPosition Property
    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