Map Properties

The Map type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
Background color of the map. Defaults to Transparent.
Public propertyCount
Gets the number of layers in the map.
Public propertyExtent
Specifies bounds of map to render. If set to , extent is calculated during rendering to include all geometries in all layers.
Public propertyHeight
Visual height of the map.
Public propertyItem
Gets the layer at the specified index.
Public propertyPadding
Specifies padding to add to the extent.
Public propertyResolution
Resolution to be used to render this map and to convert between Measurement. Defaults to 96.
Public propertySpatialReferenceSystem
Public propertyWidth
Visual width of the map.
See Also