Search
Diagram.Navigate Method
See Also
 





Selects the nearest item in the specified direction.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void Navigate (
    PointF directionVector
)

Visual Basic  Copy Code

Public Sub Navigate( _
    directionVector As PointF _
)

 Parameters

directionVector
A PointF object specifying the direction vector.

 Remarks

This method can be used to let users navigate through the diagram using the keyboard keys.

 See Also