Maps for WPF | ComponentOne
C1.WPF.Maps Namespace / VectorPlacemark Class / PinPoint Property

In This Topic
    PinPoint Property
    In This Topic
    Gets or sets the element position in geographical coordinates.
    Syntax
    'Declaration
     
    
    <ObsoleteAttribute("Please use GeoPoint property instead.")>
    Public Property PinPoint As Point
    [Obsolete("Please use GeoPoint property instead.")]
    public Point PinPoint {get; set;}
    See Also