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

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