ArcGIS Runtime SDK for WPF - Library Reference
WrapAround Property
See Also 
ESRI.ArcGIS.Client Namespace > Map Class : WrapAround Property

Gets or sets a value indicating whether the map supports unbounded pan to the left and right.

Syntax

Visual Basic (Declaration) 
Public Property WrapAround As Boolean
C# 
public bool WrapAround {get; set;}

Remarks

The map only supports wrap around when using WebMercator or WGS84 geographic (SRID 4326) projections. This property is ignored when using other spatial references.

Property Value

true if enabled; otherwise, false.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.