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

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

Syntax

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

Parameters

element
The maptip element.
offset
The offset.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.