Search
ShapeNode.clipText Property
See Also
 





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
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get clipText() {}
set clipText(value) {}

 Property Value

Boolean

true to clip the node's text, or false otherwise. The default value is false.

 See Also