Represents an adjustment handle used to modify the Shape of a ShapeNode.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public class ShapeAdjustmentHandle : AdjustmentHandle |
Visual Basic
Copy Code
|
|---|
Public Class ShapeAdjustmentHandle |
RemarksAdjustment handles of this type are used to modify the ControlPoints of a formula shape.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.Wpf.AdjustmentHandle
MindFusion.Diagramming.Wpf.ShapeAdjustmentHandle
See Also