VoiceCommandContentTile.TextLine3 Property

Definition

Gets or sets the third line of text used on the content tile.

Specify the tile layout template with the ContentTileType property.

public:
 property Platform::String ^ TextLine3 { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TextLine3();

void TextLine3(winrt::hstring value);
public string TextLine3 { get; set; }
var string = voiceCommandContentTile.textLine3;
voiceCommandContentTile.textLine3 = string;
Public Property TextLine3 As String

Property Value

String

Platform::String

winrt::hstring

The third line of text associated with the content tile.

Applies to

See also