Cursors.Wait 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定等待 (或沙漏) 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
屬性值
等待游標。
備註
這 Cursor 通常表示應用程式正在忙於執行作業。
XAML 文字使用方式
請參閱 上的 Cursors。