MapViewWrapAround Property |
Gets or sets a whether the map will do continuous pan across the antimeridian
Namespace: Esri.ArcGISRuntime.ControlsAssembly: Esri.ArcGISRuntime (in Esri.ArcGISRuntime.dll) Version: 10.2.7.0 (10.2.7.1234)
Syntaxpublic bool WrapAround { get; set; }
Public Property WrapAround As Boolean
Get
Set
Property Value
Type:
Boolean
Remarks
Note that not all spatial references supports this mode, and setting it to true in those cases,
this property will have no effect.
See Also
Supported Platforms
This type is supported on the following ArcGIS Runtime .NET SDK platforms: |
Windows Desktop |
Windows Phone |
Windows Store |
Additional Examples
Hyperlink to Example | Description |
ArcGISImageServiceLayerWindow | Shows creating an ArcGIS Image Service Layer and applying rendering rules. |
CSVLayerXaml | Demonstrates defining a CsvLayer in XAML and setting the serviceUri property to a text file hosted online by the United States Geological Survey (USGS). |
GeocodeFullAddressInput | Demonstrates performing a geocode by submitting values for multiple address fields. |
GeocodeSingleLineInput | Performs a single line geocode using either an online ArcGIS Locator service or a local Locator. |
GeometryEngine_Buffer | Demonstrates using the powerful GeometryEngine local process to generate graphic buffer polygons based upon a user specified radius and mouse-clicks/taps on the map. |
GeometryEngine_BufferWithUnion | Demonstrates using the powerful GeometryEngine local process to generate a single graphic buffer (unioned) based upon multiple points provided by user interaction with the map. |
GeometryEngine_ConvexHull | Demonstrates using the powerful GeometryEngine local process to generate a convex hull graphic polygon based upon user specified mouse-clicks/taps on the map. |
GeoRSSLayerWindow | Creates a GeoRssLayer based on the United States Geological Survey earthquake feed and assigned a SimpleRenderer. |
GraphicsLayerWindow | Demonstrates various Graphics and GraphicsLayer related actions. |
LayerDefinitions | Demonstrates setting numerous LayerDefinitions values on an ArcGISDynamicMapServiceLayer and visualizing the impact of the features being returned in the Map. |
MapView_Overlays | Demonstrates displaying a UIElement on top of the MapView using the MapView.Overlays Property. This is useful for performing MapTip functionality. |
OpenStreetMapLayerWindow | Demonstrates adding an OpenStreetMap Layer to the Map in XAML. |
ProximityResult | Demonstrates identifying the nearest vertex and nearest coordinate in a polyline to a user clicked point in the map via ProximityResult. |
WMTSLayerWindow | Demonstrates adding a WMTS layer to the Map in XAML. |