Search
ShapeNode.PolygonalTextLayout Property
See Also
 





Gets or sets a value indicating whether the node's Text is formatted inside non-rectangular outline.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool PolygonalTextLayout { get; set; }

Visual Basic  Copy Code

Public Property PolygonalTextLayout As Boolean

 Property Value

true to enable polygonal formatting; false to disable it.

 Remarks

The node's area in which text is rendered can be explicitly defined for each Shape definition, and if it is not specified, the shape outline is used implicitly. The formatting algorithm is designed to layout text inside polygonal outlines. A polygonal approximation is created for outlines that have curved segments, so text can be laid out in shapes that consist of Bézier curves too.

 See Also