ArcGIS Runtime SDK for WPF - Library Reference
SetMapTipHideDelay Method
See Also 
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : SetMapTipHideDelay Method

element
The element.
delay
The delay.
Sets the delay for the maptip before it hides after the mouse left the graphic

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetMapTipHideDelay( _
   ByVal element As FrameworkElement, _
   ByVal delay As TimeSpan _
) 
C# 
public static void SetMapTipHideDelay( 
   FrameworkElement element,
   TimeSpan delay
)

Parameters

element
The element.
delay
The delay.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.