Search
TableNode.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