Text

Shape.Text property

Представляет строку в этом объекте TextBox.

public string Text { get; set; }

Примеры


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

Смотрите также