Gets or sets a value indicating whether text is wrapped to fit the node's shape.
Namespace: MindFusion.Diagramming
File: ShapeNode.js
SyntaxJavaScript
Copy Code
|
|---|
get polygonalTextLayout() {} |
Boolean
true to wrap the text according to node's geometry, or false otherwise.
RemarksThe formatting algorithm is designed to lay out text inside polygonal outlines. A polygonal approximation is created for outlines that contain curved segments, so text can also be laid out relatively to Bézier or spline segments.
See Also