Search
ContainerNode.setHighlightPen Method
See Also
 

Sets the Pen used to draw the container frame lines when an item is dragged over the container.

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

 Syntax

Java  Copy Code

public void setHighlightPen (
    Pen value
)

 Parameters

value
A Pen object.

 See Also