Text
Shape.Text property
Представляет строку в этом объекте TextBox.
public string Text { get; set; }
Примеры
[C#]
if(shape.Text == null)
shape.Text = "This is a test.";
Смотрите также
- class Shape
- пространство имен Aspose.Cells.Drawing
- сборка Aspose.Cells