Skip to content

TileSizeMode

Namespace: ThinkGeo.Core

Specifies the legacy tile size presets used by the TileView control.

public enum TileSizeMode

Inheritance objectValueTypeEnumTileSizeMode
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

Name Value Description
Default 0 Matches and represents the default tile size.
Small 1 Uses 256-pixel tiles.
Medium 2 Uses 512-pixel tiles.
DefaultX2 3 Uses the X2 scaling option with 512-pixel tiles.