Gets or sets the content of the tile.

Namespace: Ico.Windows.Controls.SmartTileConfiguration
Assembly: IcoSmartTile (in IcoSmartTile.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Object TileContent { get; set; }
Visual Basic
Public Property TileContent As Object
	Get
	Set
JScript
function get TileContent () : Object
function set TileContent (value : Object)

Field Value

The content of the tile.

See Also