Represents an adjustment handle used to move or modify diagram items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class AdjustmentHandle |
Visual Basic
Copy Code
|
|---|
Public Class AdjustmentHandle |
RemarksInstances of this class are returned by the HitTestHandle method, and are subsequently used to identify the currently dragged handle in InteractionState and methods that implement modification. Current subclasses include NodeAdjustmentHandle used to move and resize nodes, LinkAdjustmentHandle used to move link control points, ShapeAdjustmentHandle used to modify Shape formula parameters, and FreeFormHandle used to modify outline points of FreeFormNodes.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Wpf.AdjustmentHandle
MindFusion.Diagramming.Wpf.FreeFormHandle
MindFusion.Diagramming.Wpf.LinkAdjustmentHandle
MindFusion.Diagramming.Wpf.NodeAdjustmentHandle
MindFusion.Diagramming.Wpf.ShapeAdjustmentHandle
See Also