DroidDiagram Programmer's Guide
ShapeComponent.setPen Method
See Also
 






Sets the pen used to stroke the outline of the component.

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

 Syntax

Java  Copy Code

public void setPen (
    Pen value
)

 Parameters

value

An instance of the Pen class. The default is null.

 See Also

ShapeComponent Members
ShapeComponent Class
com.mindfusion.diagramming.components Namespace