Search
DiagramLinkExtensions.HeadShape(T) Method
See Also
 





Sets the shape of this link's arrowhead.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

diagramLink

value

 Return Value

 See Also