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