Condividi tramite


CustomLabel.Text Proprietà

Definizione

Ottiene o imposta il testo dell'etichetta personalizzata.

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

Valore della proprietà

String

Valore string che rappresenta il testo dell'etichetta.

Attributi

Commenti

La Text proprietà ottiene o imposta il testo dell'etichetta dell'oggetto CustomLabel .

Si noti che le etichette dell'asse per la prima riga dell'etichetta vengono generate automaticamente, ma possono essere sostituite tramite CustomLabel oggetti . Se si specifica un'etichetta personalizzata lungo la prima riga dell'asse, non verrà generata automaticamente alcuna etichetta dell'asse per l'intera prima riga.

Si applica a