Share via


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

屬性

備註

您也可以使用 Page.WindowTitle來設定、 NavigationWindow或瀏覽器的Window標題。

相依性屬性資訊

標識元欄位 TitleProperty
設定為的元數據屬性 true

適用於