Search
Path.text Property
See Also
 






Gets or sets the text displayed inside this path.

Namespace: MindFusion.Drawing
File: Path.js

 Syntax

JavaScript  Copy Code

get text() {}
set text(value) {}

 Property Value

String

A string containing path's text.

 See Also