The following tables list the members exposed by TiledLayer.TileLoadEventArgs.
Name | Description | |
---|---|---|
![]() | Column | Gets the tile column. |
![]() | Error | Gets the error loading tile if a problem occured accessing the tile. |
![]() | ImageSource | Gets or sets the tile image source. You can set this in the event handler to intercept and modify tiles. |
![]() | ImageStream | Gets the tile image stream. |
![]() | Level | Gets the tile level. |
![]() | Row | Gets the tile row. |