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.
Example:
<esri:Map esri:Editor.IsTouchMagnifierEnabled="False" />
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family