Specifies constants to control the sizing of an ImageOverlay.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  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 nameDescription
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.

See Also