CustomLabel.Text 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定自訂標籤文字。
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 。 如果你在第一軸列指定自訂標籤,整列都不會自動產生任何軸標籤。