In This Topic
Gets or sets a value specifying the tile width, in pixels, must be a multiple of 16.
0 is the value by default which means using strips instead of tiles.
Syntax
'Declaration
Public Property TileWidth As System.Integer
public System.int TileWidth {get; set;}
See Also