DroidDiagram Programmer's Guide
ShapeComponent.setIsOutline Method
See Also
 






Sets a value indicating whether this component defines the outline of its host.

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

 Syntax

Java  Copy Code

public void setIsOutline (
    boolean value
)

 Parameters

value

true to mark this component as the node's outline, otherwise false. The default value is false.

 See Also

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