ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps Namespace / C1VectorPlacemark Class / Point Property

In This Topic
    Point Property (C1VectorPlacemark)
    In This Topic
    Gets or sets the coordinates of the mark, in geographic unit (longitude and latitude).
    Syntax
    'Declaration
     
    Public Property Point As PointD
    public PointD Point {get; set;}
    See Also