Provides a set of screen positions where elements can be placed in relation to the map window.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum DisplayPosition |
Visual Basic (Declaration) |
---|
Public Enumeration DisplayPosition |
Members
Value | Member name | Description | |
---|---|---|---|
7 | BottomCenter |
Bottom center screen position.
| |
6 | BottomLeft |
Bottom left screen position.
| |
8 | BottomRight |
Bottom right screen position.
| |
9 | Fill |
Fill the whole screen.
| |
10 | FillKeepAspectRatio |
Fill the screen but maintain aspect ratio.
| |
4 | MiddleCenter |
Middle center screen position.
| |
3 | MiddleLeft |
Middle left screen position.
| |
5 | MiddleRight |
Middle right screen position.
| |
1 | TopCenter |
Top center screen position.
| |
0 | TopLeft |
Top left screen position.
| |
2 | TopRight |
Top right screen position.
|