DiagramShapeText Property |
Namespace: GroupDocs.Watermark.Contents.DiagramAssembly: GroupDocs.Watermark (in GroupDocs.Watermark.dll) Version: 21.3.0
Syntaxpublic string Text { get; set; }
Public Property Text As String
Get
Set
public:
property String^ Text {
String^ get ();
void set (String^ value);
}
member Text : string with get, set
Property Value
Type:
StringThe text of this
DiagramShape.
See Also