Cursors.Wait Property

Definition

Specifies a wait (or hourglass) Cursor.

public:
 static property System::Windows::Input::Cursor ^ Wait { System::Windows::Input::Cursor ^ get(); };
public static System.Windows.Input.Cursor Wait { get; }
static member Wait : System.Windows.Input.Cursor
Public Shared ReadOnly Property Wait As Cursor

Property Value

A wait cursor.

Remarks

This Cursor typically indicates that the application is busy performing an operation.

XAML Text Usage

See Remark on Cursors.

Applies to