Class MapViewVal
Inheritance
System.Object
MapViewVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapViewVal : Object
Constructors
MapViewVal()
Declaration
Properties
CenterX
Declaration
public float CenterX { get; set; }
Property Value
Type |
Description |
System.Single |
|
CenterY
Declaration
public float CenterY { get; set; }
Property Value
Type |
Description |
System.Single |
|
LayerName
Declaration
public string LayerName { get; set; }
Property Value
Type |
Description |
System.String |
|
MapBindingFieldPairs
Declaration
public List<MapBindingFieldPairVal> MapBindingFieldPairs { get; set; }
Property Value
Zoom
Declaration
public float Zoom { get; set; }
Property Value
Type |
Description |
System.Single |
|