ArcGIS API for WPF - Library Reference
ZoomDuration Property
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Map Class : ZoomDuration Property

Gets or sets the speed of the zoom animation.

Syntax

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

Remarks

Set to 00:00:00 to disable zoom animation.

Setting Zoom duration in xaml:

            <esri:Map ZoomDuration="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.