ArcGIS API for WPF - Library Reference
WrapAround Property
See Also  Send comments on this topic
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;}

Property Value

true if enabled; otherwise, false.

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.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.