ArcGIS Runtime SDK for WPF - Library Reference
SetMapTipHorizontalOffset Method
See Also 
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 XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.