Class MapViewportVal
Inheritance
System.Object
MapViewportVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapViewportVal : MapSubItemVal
Constructors
MapViewportVal()
Declaration
Properties
ContentMargin
Declaration
public Size ContentMargin { get; set; }
Property Value
Type |
Description |
BoldReports.RDL.DOM.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 |
BoldReports.RDL.DOM.MapCoordinateSystem |
|
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
Type |
Description |
BoldReports.RDL.DOM.MapProjection |
|
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 |
|