Click or drag to resize
TilesetTileWidth Property
Return the width (in pixels) of tiles in this tileset

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public short TileWidth { get; }

Property Value

Type: Int16
Remarks
This width determines the distance from one tile to the next when drawn on a layer, and does not necessarily correspond to the size of the graphics within the tile.
See Also