Window.Title 属性

定义

获取或设置窗口的标题。

public:
 property System::String ^ Title { System::String ^ get(); void set(System::String ^ value); };
[System.Windows.Localizability(System.Windows.LocalizationCategory.Title)]
public string Title { get; set; }
[<System.Windows.Localizability(System.Windows.LocalizationCategory.Title)>]
member this.Title : string with get, set
Public Property Title As String

属性值

String

一个 String,包含窗口的标题。

属性

注解

The title of a Window, NavigationWindow, or Windows Internet Explorer, can also be set by using Page.WindowTitle.

依赖项属性信息

标识符字段 TitleProperty
元数据属性设置为 true

适用于