Cursors.AppStarting 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取应用程序启动时出现的 Cursor。
public:
static property System::Windows::Input::Cursor ^ AppStarting { System::Windows::Input::Cursor ^ get(); };
public static System.Windows.Input.Cursor AppStarting { get; }
static member AppStarting : System.Windows.Input.Cursor
Public Shared ReadOnly Property AppStarting As Cursor
属性值
AppStarting 光标。
注解
AppStarting通常指示系统正在加载信息,但用户界面可以处理输入。
XAML 文本用法
请参阅 有关 的 Cursors备注。