Enum MapMode
Map rendering mode.
public enum MapMode : uint
Fields
Continuous = 0The map continuously renders when invalidated.
Static = 1The map renders still images on request.
Tile = 2The map renders tile-sized outputs on request.
Map rendering mode.
public enum MapMode : uint
Continuous = 0The map continuously renders when invalidated.
Static = 1The map renders still images on request.
Tile = 2The map renders tile-sized outputs on request.