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

See Also

© ESRI, Inc. All Rights Reserved.