ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MapPolygonVal

    Inheritance
    System.Object
    MapPolygonVal
    Implements
    IReportDispose
    System.IDisposable
    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.EJ.ReportViewer.JsonModel
    Assembly: Syncfusion.EJ.ReportViewer.dll
    Syntax
    public class MapPolygonVal : IReportDispose, IDisposable

    Constructors

    MapPolygonVal()

    Declaration
    public MapPolygonVal()

    Properties

    MapCenterPointTemplate

    Declaration
    public MapPointTemplate MapCenterPointTemplate { get; set; }
    Property Value
    Type Description
    MapPointTemplate

    MapFieldData

    Declaration
    public List<MapFieldData> MapFieldData { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<MapFieldData>

    MapPolygonTemplate

    Declaration
    public MapPolygonTemplateVal MapPolygonTemplate { get; set; }
    Property Value
    Type Description
    MapPolygonTemplateVal

    UseCustomCenterPointTemplate

    Declaration
    public bool UseCustomCenterPointTemplate { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseCustomPolygonTemplate

    Declaration
    public bool UseCustomPolygonTemplate { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    IReportDispose
    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved