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





Gets or sets a value indicating whether to enable the formatting of text inside non-rectangular shape node outlines.

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

Specifies a default value for the PolygonalTextLayout property of shape nodes.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
DefaultShape Property