WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapViewport - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapViewport

    Inheritance
    System.Object
    MapSubItem
    MapViewport
    Inherited Members
    MapSubItem.Style
    MapSubItem.MapLocation
    MapSubItem.MapSize
    MapSubItem.LeftMargin
    MapSubItem.RightMargin
    MapSubItem.TopMargin
    MapSubItem.BottomMargin
    MapSubItem.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.RDL.DOM
    Assembly: Syncfusion.ReportControls.Wpf.dll
    Syntax
    public class MapViewport : MapSubItem

    Constructors

    MapViewport()

    Declaration
    public MapViewport()

    MapViewport(ReportSerializer)

    Declaration
    public MapViewport(ReportSerializer serializer)
    Parameters
    Type Name Description
    ReportSerializer serializer

    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 string MapCoordinateSystem { get; set; }
    Property Value
    Type Description
    System.String

    MapLimits

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

    MapMeridians

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

    MapParallels

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

    MapProjection

    Declaration
    public string MapProjection { get; set; }
    Property Value
    Type Description
    System.String

    MapView

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

    MaximumZoom

    Declaration
    public string MaximumZoom { get; set; }
    Property Value
    Type Description
    System.String

    MinimumZoom

    Declaration
    public string MinimumZoom { get; set; }
    Property Value
    Type Description
    System.String

    ProjectionCenterX

    Declaration
    public string ProjectionCenterX { get; set; }
    Property Value
    Type Description
    System.String

    ProjectionCenterY

    Declaration
    public string ProjectionCenterY { get; set; }
    Property Value
    Type Description
    System.String

    SimplificationResolution

    Declaration
    public string SimplificationResolution { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved