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
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.
RemarksSpecifies a default value for the PolygonalTextLayout property of shape nodes.
See Also