[]
Allows the mapper to pull relevant map properties.
public interface IMapperOwner
Name | Description |
---|---|
ActualRightToLeft | Gets the actual right-to-left value that is being used. |
ActualTileSource | The real tile source used. |
AutoCenter | Whether to auto-center to enclose all marks. |
AutoZoom | Whether to auto-zoom to enclose all marks. |
AutoZoomPadLat | Auto zoom latitude padding, in percent. |
AutoZoomPadLon | Auto zoom longitude padding, in percent. |
BackColor | The background color. |
CenterLatitude | The center latitude. Ignored if AutoCenter is true. |
CenterLongitude | The center longitude. Ignored if AutoCenter is true. |
ImageType | The image type to generate. |
Layers | The collection of layers. |
Legends | The collection of legends. |
MaxAutoZoom | Gets the maximum auto zoom level. 0 means there's no limitation. |
RoundAutoZoom | If true, automatic zoom will be rounded down to next integer. This may improve performance with some net based tile sources. |
ShowPanTool | Whether to show the pan tool. |
ShowScale | Whether to show the scale. |
ShowZoomTool | Whether to show the zoom scale. |
TileSource | Tile source. |
ToolsColor | Tools' (scale etc) background color. |
UseAntiAliasedGraphics | Indicates whether to use anti-aliasing while rendering map graphics. |
ZoomLevel | The zoom level, 0 being no zoom, 1 - x2 zoom and so on. |
Name | Description |
---|---|
LayersChanged | Event fired when the collection of layers changes. |