Search
ShapeNodeExtensions.PolygonalTextLayout(T) Method
See Also
 





Sets a flag indicating whether node's text is formatted in non-rectangular outline.

Namespace: MindFusion.Diagramming.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T PolygonalTextLayout<T> (
    T shapeNode,
    bool value
) where T : ShapeNode

Visual Basic  Copy Code

Public Shared Function PolygonalTextLayout(Of T As ShapeNode) ( _
    shapeNode As T, _
    value As Boolean _
) As T

 Parameters

shapeNode

value

 Return Value

 See Also