Search
Diagram.SetAutoHandles Method
See Also
 





Show auto handles for the item located at the specified position.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected virtual void SetAutoHandles (
    Point diagramPoint
)

Visual Basic  Copy Code

Protected Overridable Sub SetAutoHandles( _
    diagramPoint As Point _
)

 Parameters

diagramPoint

 See Also