Gets the size of the map display.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public Size Size { get; }
Visual Basic (Declaration)
Public ReadOnly Property Size As Size

Field Value

The current size of the map display in pixel units.

Remarks

This property returns the current size of the map display i.e. the size of the map window in the application.

See Also