Search
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
Package: MindFusion.Diagramming

 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