Search
DiagramExtensions.RoundedLinks Method
See Also
 





Specifies whether the joins between segments of Polyline and Cascading links should be rounded.

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

 Syntax

C#  Copy Code

public static Diagram RoundedLinks (
    Diagram diagram,
    bool value
)

Visual Basic  Copy Code

Public Shared Function RoundedLinks( _
    diagram As Diagram, _
    value As Boolean _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also