Class MapCustomView
Represents the center of a map viewport based on an arbitrary point.
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()
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public class MapCustomView : MapView
Constructors
MapCustomView()
Declaration
public MapCustomView()
MapCustomView(ReportSerializer)
Declaration
public MapCustomView(ReportSerializer serializer)
Parameters
Type | Name | Description |
---|---|---|
ReportSerializer | serializer |
Properties
CenterX
Declaration
public string CenterX { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CenterY
Declaration
public string CenterY { get; set; }
Property Value
Type | Description |
---|---|
System.String |