Text

Shape.Text property

Representerar strängen i detta TextBox-objekt.

public string Text { get; set; }

Exempel


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

Se även