Provides a set of screen positions where elements can be placed in relation to the map window.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public enum DisplayPosition
Visual Basic (Declaration)
Public Enumeration DisplayPosition

Members

Member nameDescription
BottomCenter
Bottom center screen position.
BottomLeft
Bottom left screen position.
BottomRight
Bottom right screen position.
Fill
Fill the whole screen.
FillKeepAspectRatio
Fill the screen but maintain aspect ratio.
MiddleCenter
Middle center screen position.
MiddleLeft
Middle left screen position.
MiddleRight
Middle right screen position.
TopCenter
Top center screen position.
TopLeft
Top left screen position.
TopRight
Top right screen position.

Remarks

This enumeration is used by the SlideTitle.DisplayPosition property to determine the position of the title relative to the Slide, and also by the ImageOverlay.DisplayPosition property to determine the position of the overlay relative to the Map.

See Also