Button.Text 屬性

定義

取得或設定顯示為按鈕內容的文字。 這是可繫結屬性。

public string Text { get; set; }
member this.Text : string with get, set

屬性值

System.String

按鈕中顯示的文字。 預設值是 null

備註

變更按鈕的 [文字] 將會觸發版面配置迴圈。

適用於