共用方式為


CustomLabel.Text 屬性

定義

取得或設定自訂標籤文字。

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

屬性值

一個 string 代表標籤文字的值。

屬性

備註

屬性取得 Text 或設定物件的 CustomLabel 標籤文字。

請注意,第一列標籤的軸標籤是自動產生的,但可以用物件來覆寫 CustomLabel 。 如果你在第一軸列指定自訂標籤,整列都不會自動產生任何軸標籤。

適用於