ArcGIS Runtime SDK for WPF - Library Reference
InfoWindow.PlacementMode Enumeration
See Also 
ESRI.ArcGIS.Client.Toolkit Namespace : InfoWindow.PlacementMode Enumeration

Describes how the InfoWindow will be displayed;

Syntax

Visual Basic (Declaration) 
Public Enum InfoWindow.PlacementMode 
   Inherits System.Enum
C# 
public enum InfoWindow.PlacementMode : System.Enum 

Members

MemberDescription
AutoInfoWindow is auto placed
BottomInfoWindow is placed at the bottom of the anchor location
BottomLeftInfoWindow is placed at the BottomLeft of the anchor location
BottomRightInfoWindow is placed at the BottomRight of the anchor location
LeftInfoWindow is placed to the left of anchor location
RightInfoWindow is placed to the Right of anchor location
TopInfoWindow is placed on top of anchor location
TopLeftInfoWindow is placed at the TopLeft of the anchor location
TopRightInfoWindow is placed at the TopRight of the anchor location

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Client.Toolkit.InfoWindow.PlacementMode

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.