Text

Shape.Text property

Rappresenta la stringa in questo oggetto TextBox.

public string Text { get; set; }

Esempi


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

Guarda anche