MindFusion.Wpf Pack Programmer's Guide
ShapeNode.PolygonalTextLayout Property
See Also
 





Gets or sets a flag indicating whether node's Text is formatted in non-rectangular outline.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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 Bezier curves too.

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming.Wpf Namespace
Text Property
EnableStyledText Property
Shape Property