WPF SplashScreen , how to make splashscreen showing longer

后端 未结 4 1799
梦如初夏
梦如初夏 2021-01-22 09:38

I found only one way to make splash display time longer.

That is changing ApplicationDefinition to Page and configuration it\'s time.

But I need ApplicationDefin

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-22 09:50

    Use the explicit way of showing the splash screen and pass false to the Show method.

    That way you have to call Close() explicitly when you want the splash to close.

提交回复
热议问题