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

In This Topic
    PinPoint Property
    In This Topic
    Gets or sets the element position in geographical coordinates.
    Syntax
    'Declaration
     
    
    Public Property PinPoint As Point
    public Point PinPoint {get; set;}
    See Also