Gets or sets a value indicating whether the node's Text is formatted inside non-rectangular outline.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksThe 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