ASP.NET Pack Programmer's Guide
DiagramNode.setEnabledHandles Method
See Also
 






Sets a bit mask specifying which manipulation handles are enabled for a node. This effectively controls what kind of modifications users are allowed to perform on this node.

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

 Syntax

Java  Copy Code

public void setEnabledHandles (
    long value
)

 Parameters

value

A bitwise combination of the AdjustmentHandles constants.

 See Also

DiagramNode Members
DiagramNode Class
com.mindfusion.diagramming Namespace