Search
ContainerNode.getDividerPen Method
See Also
 

Gets 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 Pen getDividerPen ()

 Return Value

A Pen instance. The default value is null.

 Remarks

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

 See Also