MindFusion.Java Package Programmer's Guide
TreeViewNode.setDividerPen Method
See Also
 






Sets the Pen used to draw the the divider line between node's caption bar and content area.

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

 Syntax

Java  Copy Code

public void setDividerPen (
    Pen value
)

 Parameters

value

A Pen instance.

 Remarks

If DividerPen is not set, the divider line is drawn using the pen assigned to Pen property.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace
Pen Property