ArcGIS API for Silverlight - Library Reference
InfoWindow.PlacementMode Enumeration
See Also  Send comments on this topic
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
Auto InfoWindow is auto placed
Bottom InfoWindow is placed at the bottom of the anchor location
BottomLeft InfoWindow is placed at the BottomLeft of the anchor location
BottomRight InfoWindow is placed at the BottomRight of the anchor location
Left InfoWindow is placed to the left of anchor location
Right InfoWindow is placed to the Right of anchor location
Top InfoWindow is placed on top of anchor location
TopLeft InfoWindow is placed at the TopLeft of the anchor location
TopRight InfoWindow 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

See Also

© ESRI, Inc. All Rights Reserved.