Search
Diagram.setBoundsPen Method
See Also
 

Sets the pen with which document bounds are drawn.

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

 Syntax

Java  Copy Code

public void setBoundsPen (
    Pen value
)

 Parameters

value

A Pen object that should be assigned to the diagram bounds.

 See Also