Interface IMapView
The initial view of the map
Inherited Members
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
Namespace: OSGeo.MapGuide.ObjectModels.WebLayout
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IMapView : INotifyPropertyChanged
Properties
| Improve this Doc View SourceCenterX
Gets or sets the center X.
Declaration
double CenterX { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The center X. |
CenterY
Gets or sets the center Y.
Declaration
double CenterY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The center Y. |
Scale
Gets or sets the scale.
Declaration
double Scale { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The scale. |