Search
NodeAdjustmentHandle Members
Constructors Fields Properties Methods
 


Represents an adjustment handle used to move, resize or rotate a node.

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

 Public Constructors

  Name Description

NodeAdjustmentHandle

Initializes a new instance of the NodeAdjustmentHandle class.

 Public Fields

  Name Description

Move

A NodeAdjustmentHandle used to move nodes.

ResizeBottomRight

A NodeAdjustmentHandle used to resize nodes from bottom-right corner.

 Public Properties

  Name Description

HandleType

Gets or sets the type of this adjustment handle.

 Public Methods

  Name Description

IsMoveHandle

Returns a value indicating whether this handle is used to move nodes.

IsResizeHandle

Gets whether this adjustment handle resizes the item.

IsRotationHandle

Gets whether this adjustment handle changes item's rotation angle.

 See Also