Search
ShapeNode.getAllowFlip Method
See Also
 

Gets a value indicating whether the node's shape flips when an edge is dragged over its opposite edge.

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

 Syntax

Java  Copy Code

public boolean getAllowFlip ()

 Return Value

true to let users flip the shape, or false otherwise. The default value is false.

 See Also