Search
DiagramLink.setHeadBrush Method
See Also
 

Sets a brush used to fill the arrowhead drawn at the link's destination.

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

 Syntax

Java  Copy Code

public void setHeadBrush (
    Brush value
)

 Parameters

value

An instance of a Brush -derived class. The default value is null.

 See Also