Text

Shape.Text property

表示此 TextBox 对象中的字符串。

public string Text { get; set; }

例子


[C#]
if(shape.Text == null)
    shape.Text = "This is a test.";

也可以看看