Gets or sets a value indicating whether to clip the text assigned to this node to fit into the shape's geometry.
Namespace: MindFusion.Diagramming
Assembly: ShapeNode.js
SyntaxJavaScript
Copy Code
|
|---|
get clipText() {} |
Boolean
true to clip the node's text, or false otherwise. The default value is false.
See Also