ASP.NET Core

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

    Show / Hide Table of Contents

    Class Feature

    Inheritance
    System.Object
    Feature
    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 Feature

    Constructors

    Feature()

    Declaration
    public Feature()

    Properties

    geometry

    Declaration
    [JsonProperty("geometry")]
    public Geometry geometry { get; set; }
    Property Value
    Type Description
    Geometry

    properties

    Declaration
    [JsonProperty("properties")]
    public Dictionary<string, object> properties { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    type

    Declaration
    [JsonProperty("type")]
    public string type { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved