Search
ShapeNode.polygonalTextLayout Property
See Also
 





Gets or sets a value indicating whether text is wrapped to fit the node's shape.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

get polygonalTextLayout() {}
set polygonalTextLayout(value) {}

 Property Value

Boolean

true to wrap the text according to node's geometry, or false otherwise.

 Remarks

The 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