Custom mouse cursor size in WPF Custom mouse cursor size in WPF wpf wpf

Custom mouse cursor size in WPF


Couldn't you just use a Canvas control that covers the entire window, set the cursor to none and then put an Image control with a suitably large cursor image in the Canvas, with its Left and Top properties bound to the cursor's X and Y coordinates relative to the Canvas??