Search
DiagramExtensions.LinkHeadShape Method
See Also
 





Sets the shape displayed as head of new links.

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

 Syntax

C#  Copy Code

public static Diagram LinkHeadShape (
    Diagram diagram,
    Shape value
)

Visual Basic  Copy Code

Public Shared Function LinkHeadShape( _
    diagram As Diagram, _
    value As Shape _
) As Diagram

 Parameters

diagram

value

 Return Value

 See Also