Gets or sets the text to display inside this box.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Text() As String |
C++
Copy Code
|
|---|
public: |
A string value. Initialized with FlowChart.BoxText.
RemarksSets text displayed in the box. Text can be aligned in different ways as pointed by the TextStyle property. HTML-like tags can be used to apply additional formatting to text if EnableStyledText is set to true.
This property defines node's main text content. You can add more text labels by calling the AddLabel method, and customize their position and appearance via the various members of NodeLabel.
See Also