public final ObjectProperty<Cursor> cursorProperty ()

Defines the mouse cursor for this Node and subnodes. If null, then the cursor of the first parent node with a non-null cursor will be used. If no Node in the scene graph defines a cursor, then the cursor of the Scene will be used.

Returns:  the mouse cursor for this Node and subnodes

@defaultValue null