ArcGIS API for WPF - Library Reference
SetIsTouchMagnifierEnabled Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > Editor Class : SetIsTouchMagnifierEnabled Method

map
The map.
isEnabled
true if the magnifier should be enabled when editing using touch gestures.
Sets whether the touch magnifier is enabled.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetIsTouchMagnifierEnabled( _
   ByVal map As DependencyObject, _
   ByVal isEnabled As Boolean _
) 
C# 
public static void SetIsTouchMagnifierEnabled( 
   DependencyObject map,
   bool isEnabled
)

Parameters

map
The map.
isEnabled
true if the magnifier should be enabled when editing using touch gestures.

Remarks

Example:

            <esri:Map esri:Editor.IsTouchMagnifierEnabled="False" />
            

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.