ArcGIS API for Windows Phone - Library Reference
SetMapTipVerticalOffset Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > GraphicsLayer Class : SetMapTipVerticalOffset Method

element
The element.
offset
The offset.
Sets the vertical offset of a maptip relative to a graphic.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetMapTipVerticalOffset( _
   ByVal element As FrameworkElement, _
   ByVal offset As Double _
) 
C# 
public static void SetMapTipVerticalOffset( 
   FrameworkElement element,
   double offset
)

Parameters

element
The element.
offset
The offset.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.