Gets or sets a flag indicating whether node's Text is formatted in non-rectangular outline.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
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 Bezier curves too.
See Also