Specifies constants to control the sizing of an ImageOverlay.
Namespace:
ESRI.ArcGISExplorer.MappingAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)
Syntax
C# |
---|
public enum SizeMode |
Visual Basic (Declaration) |
---|
Public Enumeration SizeMode |
Members
Value | Member name | Description | |
---|---|---|---|
0 | Absolute |
Use absolute sizing; the ImageOverlay will maintain the same dimensions regardless of changes to the size of the Map window.
| |
1 | Relative |
Use relative sizing; the dimensions of the ImageOverlay will change relative to the size of the Map window.
|