Gets or sets the first text block's content within the current TileItem.
public string Text { get; set; }
Public Property Text As String
The Text property is synchronized with the first element within the Elements collection. Specify the Text property if you need to create only 1 text block for your tile. Use the Elements collection instead, if more text elements are required.