TileLayer.TileSize Property
Gets or sets the size of the tiles.
Syntax
public System.Int32 TileSize { get; set; }
Property Value
Default: 512
The size of the tiles, in screen pixels.
Remarks
This property controls the size of the tiles in the TileLayer. The size is specified in pixels, and is thereby independent of the view coordinate reference system. Note that the value is an approximation, the actual size of the tiles will vary depending on the view scale.
Platforms
Windows, Linux, Android