class MAGES::SceneGraph::Editor::LabelGraphElement¶
Overview¶
A graph element that contains a label. More…
class LabelGraphElement: public GraphElement
{
public:
// properties
string Text;
// methods
LabelGraphElement(string text = "");
};
Detailed Documentation¶
A graph element that contains a label.
Properties¶
string Text
Gets or sets the text of the label.
Methods¶
LabelGraphElement(string text = "")
Initializes a new instance of the LabelGraphElement class.
Parameters:
text |
The initial text of the label. |