Text

Shape.Text property

Bu TextBox nesnesindeki dizeyi temsil eder.

public string Text { get; set; }

Örnekler


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

Ayrıca bakınız