Defines the behavior of the map when it is resized.
Namespace: MapWinView
Assembly: MapWinView (in MapWinView.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Enum eMapResizeBehavior |
| C# |
|---|
| public enum eMapResizeBehavior |
| C++ |
|---|
| public enum class eMapResizeBehavior |
| J# |
|---|
| public enum eMapResizeBehavior |
| JScript |
|---|
| public enum eMapResizeBehavior |
Members
| Description | |
|---|---|
| Classic | Classic resize behavior. Behaves like MapWindow 3.0. |
| Intuitive | New resize behavior. Zooms out when the windows is resized; never zooms in. |
| Modern | Modern resize behavior. Shifts X direction only. |