Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我是否可以将启动画面设置为程序化SplashScreen而不必通过图像来完成。
有任何想法吗?
此致
不,WPF 中的启动画面类仅适用于图像。
如果您想拥有更完整的东西(例如 Window 或 UserControl),您应该实现自己的闪屏逻辑。它应该很容易,但您可能无法像框架的 SplashScreen 类那样快速地显示它。
该框架的闪屏功能使用本机代码来改善冷启动时间。