Share via


StripLine.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 值,表示帶狀線的文字。

屬性

備註

使用這個屬性將文字新增至帶狀線。

適用於