VoiceCommandContentTile.TextLine3 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 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
The third line of text associated with the content tile.