WindowSettings.Title Property

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets the full title of the out-of-browser application for display in the title bar of the application window.

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public ReadOnly Property Title As String
public string Title { get; }
<WindowSettings Title="string" />

Property Value

Type: System.String
The full title of the application.

Remarks

This property is required, but it is read-only at run time. You can set this property in the out-of-browser configuration. For more information, see How to: Configure an Application for Out-of-Browser Support.

Version Information

Silverlight

Supported in: 5, 4, 3

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.