Text

Shape.Text property

يمثل السلسلة الموجودة في كائن مربع النص هذا.

public string Text { get; set; }

أمثلة


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

أنظر أيضا