ASP.NET Pack Programmer's Guide
AdjustmentHandles Members
Constructors Fields
 


The members of this enumeration specify which selection handles of a node should be enabled or disabled. A bitwise combination of these constants can be used as parameter of the setEnabledHandles method of the DiagramNode class.

The following tables list the members exposed by the AdjustmentHandles type.

 Public Constructors

  Name Description

AdjustmentHandles

Initializes a new instance of the AdjustmentHandles class.

 Public Fields

  Name Description

All

All handles are enabled.

BottomHandles

The bottom-left, bottom-center and bottom-right handles are enabled.

LeftHandles

The top-left, middle-left and bottom-left handles are enabled.

Move

The movement handle is enabled.

None

Specifies that all selection handles of an item are disabled.

ResizeBottomCenter

The bottom center selection handle is enabled.

ResizeBottomLeft

The bottom left selection handle is enabled.

ResizeBottomRight

The bottom right selection handle is enabled.

ResizeMiddleLeft

The middle left selection handle is enabled.

ResizeMiddleRight

The middle right selection handle is enabled.

ResizeTopCenter

The top center selection handle is enabled.

ResizeTopLeft

The top left selection handle is enabled.

ResizeTopRight

The top right selection handle is enabled.

RightHandles

The top-right, bottom-right and middle-right handles are enabled.

Rotate

The rotation handle is enabled.

TopHandles

The top-left, top-center and top-right handles are enabled.

 See Also

AdjustmentHandles Class
com.mindfusion.diagramming Namespace