Shape.Text

Shape.Text property

Represents the string in this TextBox object.

public string Text { get; set; }

Examples


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

See Also