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

Gets or sets the speed of the pan animation

Syntax

Visual Basic (Declaration) 
Public Property PanDuration As TimeSpan
C# 
public TimeSpan PanDuration {get; set;}

Remarks

Set to 00:00:00 to disable pan animation.

Setting Pan duration in xaml:

            <esri:Map PanDuration="00:00:00.75">
            </esri:Map>
            

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.