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

map
The map where magnify settings is set on.
Gets a value specifying whether the touch magnifier is enabled.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetIsTouchMagnifierEnabled( _
   ByVal map As DependencyObject _
) As Boolean
C# 
public static bool GetIsTouchMagnifierEnabled( 
   DependencyObject map
)

Parameters

map
The map where magnify settings is set on.

Return Value

Whether magnifier is enabled

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.