Enumeration MapBackgroundTilingMode

Indicates the desired behavior for the map on resizing.

Enumeration Members

Enumeration Members

Auto: 0

Indicates that the map should decide the desired tiling mode automatically.

NonWrapped: 1

Map will not wrap tiles around the origin.

Wrapped: 2

Map will wrap tiles around the origin.