Windows Forms has a Cursor.Size property that allows you to get the size (width / height) of the cursor object. How to define this information in WPF?
The SystemParameters class provides CursorWidth and CursorHeight properties.