ASP.NET Core

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class Geometry - ASP.NETCore API Reference | Syncfusion

    Show / Hide Table of Contents

    Class Geometry

    Inheritance
    System.Object
    Geometry
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.JavaScript.DataVisualization.Maps
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class Geometry

    Constructors

    Geometry()

    Declaration
    public Geometry()

    Properties

    bbox

    Declaration
    [JsonProperty("bbox")]
    public object bbox { get; set; }
    Property Value
    Type Description
    System.Object

    coordinates

    Declaration
    [JsonProperty("coordinates")]
    public object coordinates { get; set; }
    Property Value
    Type Description
    System.Object

    type

    Declaration
    [JsonProperty("type")]
    public string type { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializebbox()

    Declaration
    public bool ShouldSerializebbox()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved