Compartir vía


StripLine.Text Propiedad

Definición

Obtiene o establece el texto de la franja.

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 de una franja.

Atributos

Comentarios

Utilice esta propiedad para agregar texto a una línea de franjas.

Se aplica a