Text
Shape.Text property
Representa la cadena en este objeto TextBox.
public string Text { get; set; }
Ejemplos
[C#]
if(shape.Text == null)
shape.Text = "This is a test.";
Ver también
- class Shape
- espacio de nombres Aspose.Cells.Drawing
- asamblea Aspose.Cells