Class MapViewportVal
Inheritance
System.Object
MapViewportVal
Implements
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()
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapViewportVal : MapSubItemVal, IReportDispose, IDisposable
Constructors
MapViewportVal()
Declaration
Properties
ContentMargin
Declaration
public Size ContentMargin { get; set; }
Property Value
GridUnderContent
Declaration
public bool GridUnderContent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
MapCoordinateSystem
Declaration
public MapCoordinateSystem MapCoordinateSystem { get; set; }
Property Value
MapLimits
Declaration
public MapLimits MapLimits { get; set; }
Property Value
MapMeridians
Declaration
public MapGridLines MapMeridians { get; set; }
Property Value
MapParallels
Declaration
public MapGridLines MapParallels { get; set; }
Property Value
MapProjection
Declaration
public MapProjection MapProjection { get; set; }
Property Value
MapView
Declaration
public MapViewVal MapView { get; set; }
Property Value
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
Implements
System.IDisposable