TileInfo
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.RadMap.dll
Syntax:
C#
public class TileInfo
Inheritance: objectTileInfo
Constructors
Properties
Gets or sets the content of the tile.
C#
public byte[] Content { get; set; }
The content.
Gets or sets the draw rect.
C#
public Rectangle DrawRect { get; set; }
The draw rect.
Gets the quadkey of the tile.
C#
public string Quadkey { get; }
The quadkey.