Text
Shape.Text property
Stellt die Zeichenfolge in diesem TextBox-Objekt dar.
public string Text { get; set; }
Beispiele
[C#]
if(shape.Text == null)
shape.Text = "This is a test.";
Siehe auch
- class Shape
- namensraum Aspose.Cells.Drawing
- Montage Aspose.Cells