Share via


FormattedText.Text Proprietà

Definizione

Ottiene la stringa di testo da visualizzare.

public:
 property System::String ^ Text { System::String ^ get(); };
public string Text { get; }
member this.Text : string
Public ReadOnly Property Text As String

Valore della proprietà

Stringa di testo da visualizzare.

Commenti

Questa proprietà non è impostata su un oggetto costruito FormattedText . È necessario costruire un nuovo FormattedText per impostare testo diverso.

Si applica a

Vedi anche