Compartir a través de


Title.Text Propiedad

Definición

Obtiene o establece el texto del título.

public:
 property System::String ^ Text { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string Text { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Text : string with get, set
Public Property Text As String

Valor de propiedad

Valor string que representa el texto del título.

Atributos

Se aplica a