Gets or sets a value indicating whether the node's Text is formatted inside non-rectangular outline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool PolygonalTextLayout { get; set; } |
Visual Basic Copy Code |
---|
Public Property PolygonalTextLayout As Boolean |
true to enable polygonal formatting; false to disable it.
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.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |