IconicTileData.WideContent3 Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets or sets the text that displays on the third row of the wide Tile size.

Namespace:  Microsoft.Phone.Shell
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
XMLNS for XAML: Not mapped to an xmlns.

Syntax

Public Property WideContent3 As String
public string WideContent3 { get; set; }
<object WideContent3="string" .../>

Property Value

Type: System..::.String
The text that displays on the third row of the wide Tile size.

Remarks

Environment..::.NewLine can be used to represent a new line.

Version Information

Windows Phone OS

Supported in: 8.1, 8.0

See Also

Reference

IconicTileData Class

Microsoft.Phone.Shell Namespace