Search
ShapeAdjustmentHandle Class
Remarks See Also
 





Represents an adjustment handle used to modify the Shape of a ShapeNode.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class ShapeAdjustmentHandle : AdjustmentHandle

Visual Basic  Copy Code

Public Class ShapeAdjustmentHandle
    Inherits AdjustmentHandle

 Remarks

Adjustment handles of this type are used to modify the ControlPoints of a formula shape.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.AdjustmentHandle
        MindFusion.Diagramming.ShapeAdjustmentHandle

 See Also