Gets or sets the text.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public string Text { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property Text As String |
| Visual C++ |
|---|
public: property String^ Text { String^ get (); void set (String^ value); } |