Search
ShapeComponent.getIsOutline Method
See Also
 

Gets 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 boolean getIsOutline ()

 Return Value

true to mark this component as the node's outline, otherwise false.

 See Also