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

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