ASP.NET Core

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

    Show / Hide Table of Contents

    Class MapViewportVal

    Map Viewport Data

    Inheritance
    System.Object
    MapSubItemVal
    MapViewportVal
    Implements
    IReportDispose
    System.IDisposable
    Inherited Members
    MapSubItemVal.Border
    MapSubItemVal.BackGround
    MapSubItemVal.Style
    MapSubItemVal.MapLocation
    MapSubItemVal.MapSize
    MapSubItemVal.LeftMargin
    MapSubItemVal.RightMargin
    MapSubItemVal.TopMargin
    MapSubItemVal.BottomMargin
    MapSubItemVal.ZIndex
    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 MapViewportVal : MapSubItemVal, IReportDispose, IDisposable

    Constructors

    MapViewportVal()

    Declaration
    public MapViewportVal()

    Properties

    ContentMargin

    Declaration
    public Size ContentMargin { get; set; }
    Property Value
    Type Description
    Size

    GridUnderContent

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

    MapCoordinateSystem

    Declaration
    public MapCoordinateSystem MapCoordinateSystem { get; set; }
    Property Value
    Type Description
    MapCoordinateSystem

    MapLimits

    Declaration
    public MapLimits MapLimits { get; set; }
    Property Value
    Type Description
    MapLimits

    MapMeridians

    Declaration
    public MapGridLines MapMeridians { get; set; }
    Property Value
    Type Description
    MapGridLines

    MapParallels

    Declaration
    public MapGridLines MapParallels { get; set; }
    Property Value
    Type Description
    MapGridLines

    MapProjection

    Declaration
    public MapProjection MapProjection { get; set; }
    Property Value
    Type Description
    MapProjection

    MapView

    Declaration
    public MapViewVal MapView { get; set; }
    Property Value
    Type Description
    MapViewVal

    MaximumZoom

    Declaration
    public float MaximumZoom { get; set; }
    Property Value
    Type Description
    System.Single

    MinimumZoom

    Declaration
    public float MinimumZoom { get; set; }
    Property Value
    Type Description
    System.Single

    ProjectionCenterX

    Declaration
    public float ProjectionCenterX { get; set; }
    Property Value
    Type Description
    System.Single

    ProjectionCenterY

    Declaration
    public float ProjectionCenterY { get; set; }
    Property Value
    Type Description
    System.Single

    SimplificationResolution

    Declaration
    public float SimplificationResolution { get; set; }
    Property Value
    Type Description
    System.Single

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

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