StripLine.Text Propiedad

Definición

Obtiene o establece el texto de la línea de 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 línea de franja.

Atributos

Comentarios

Use esta propiedad para agregar texto a una línea de franja.

Se aplica a