ComponentBase.GetCursor override.
Namespace: MindFusion.Diagramming.Components
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public override CursorHint GetCursor ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function GetCursor( _ |
A Microsoft.Maui.Graphics.Point that specifies the current mouse position, in document coordinates.
A member of the CursorHint enumeration specifying the cursor to display.
See Also