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

Member NameDescription
ClassicClassic resize behavior. Behaves like MapWindow 3.0.
IntuitiveNew resize behavior. Zooms out when the windows is resized; never zooms in.
ModernModern resize behavior. Shifts X direction only.

See Also