MapResizeMode¶
Namespace: ThinkGeo.UI.Wpf
The enumeration represents which mode will use for map resize.
public enum MapResizeMode
Inheritance Object → ValueType → Enum → MapResizeMode
Implements IComparable, IFormattable, IConvertible
Fields¶
| Name | Value | Description |
|---|---|---|
| PreserveScale | 1 | This item represents that preserve the scale the same and fix the upper left point of extent when map resize. |
| PreserveScaleAndCenter | 0 | This item represents that preserve the scale the same and fix the center point of extent when map resize. |
| PreserveExtent | 3 | This item represents that preserve the extent the same as before when map resize. |