AppWindow.Title Property

Definition

Gets or sets the displayed title of the app window.

C#
public string Title { get; set; }

Property Value

String

The displayed title of the app window. The default is an empty string.

Applies to

Product Versions
Windows App SDK 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also