VoiceCommandContentTile.TextLine1 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 first line of text used on the content tile.
Specify the tile layout template with the ContentTileType property.
public:
property Platform::String ^ TextLine1 { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring TextLine1();
void TextLine1(winrt::hstring value);
public string TextLine1 { get; set; }
var string = voiceCommandContentTile.textLine1;
voiceCommandContentTile.textLine1 = string;
Public Property TextLine1 As String
Property Value
The first line of text associated with the content tile.