using System.Windows.Input; /* ** Cursors is a Static Class in System.Windows.Input ** defining a set of default mouse pointers ** usable with the Cursor Class */ myFrameworkElement.Cursor = Cursors.Arrow;