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

In This Topic
    GeoPoint Property (C1VectorPlacemark)
    In This Topic
    Gets or sets the element position in geographical coordinates where X=longitude and Y=latitude.
    Syntax
    'Declaration
     
    
    Public Property GeoPoint As Point
    public Point GeoPoint {get; set;}
    See Also