Search
DiagramLinkExtensions.Shape(T) Method
See Also
 





Sets the type of link segments and how they are positioned relatively to each other.

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

 Syntax

C#  Copy Code

public static T Shape<T> (
    T diagramLink,
    LinkShape value
) where T : DiagramLink

Visual Basic  Copy Code

Public Shared Function Shape(Of T As DiagramLink) ( _
    diagramLink As T, _
    value As LinkShape _
) As T

 Parameters

diagramLink

value

 Return Value

 See Also