Search
ComponentBase.GetCursor Method
See Also
 





Gets the cursor to display when the mouse is at the specified position.

Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual CursorHint GetCursor (
    Point point
)

Visual Basic  Copy Code

Public Overridable Function GetCursor( _
    point As Point _
) As CursorHint

 Parameters

point
A Microsoft.Maui.Graphics.Point that specifies the current mouse position, in document coordinates.

 Return Value

A member of the CursorHint enumeration.

 See Also