Search
DiagramLinkBuilder.headPen Method
See Also
 

Sets the pen used to draw the arrowhead shapes outlines.

Namespace: com.mindfusion.diagramming.builders
Package: com.mindfusion.diagramming.builders

 Syntax

Java  Copy Code

public DiagramLinkBuilder headPen (
    Pen value
)

 Parameters

value

A Pen object representing the arrowhead pen.

 Return Value

This DiagramLinkBuilder instance.

 See Also