Window.Title Propriété

Définition

Obtient ou définit le titre d’une fenêtre.

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

Valeur de propriété

String

String qui contient le titre de la fenêtre.

Attributs

Remarques

Le titre d’un Window, NavigationWindowou Windows Internet Explorer, peut également être défini à l’aide Page.WindowTitlede .

Informations sur les propriétés de dépendance

Champ d’identificateur TitleProperty
Propriétés de métadonnées définies sur true Aucun

S’applique à