VoiceCommandContentTile.TextLine2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The second line of text associated with the content tile.