ArcGIS API for Windows Phone - 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
)

Remarks

Example:

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

Parameters

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

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.