ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1Maps.GeoJson Namespace / PointFeature Class / Geometry Property

In This Topic
    Geometry Property (PointFeature)
    In This Topic
    Gets or sets the GeoJSON Point geometry for this feature.
    Syntax
    'Declaration
     
    Public Property Geometry As Point
    public Point Geometry {get; set;}
    See Also