Share via


VoiceCommandContentTile.TextLine2 Property

Definition

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

Specify the tile layout template with the ContentTileType property.

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

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

Property Value

String

Platform::String

winrt::hstring

The second line of text associated with the content tile.

Applies to

See also