SplashScreen.Close(TimeSpan) 方法

定义

关闭初始屏幕。

public:
 void Close(TimeSpan fadeoutDuration);
[System.Security.SecurityCritical]
public void Close (TimeSpan fadeoutDuration);
public void Close (TimeSpan fadeoutDuration);
[<System.Security.SecurityCritical>]
member this.Close : TimeSpan -> unit
member this.Close : TimeSpan -> unit
Public Sub Close (fadeoutDuration As TimeSpan)

参数

fadeoutDuration
TimeSpan

一个 TimeSpan,它指定初始屏幕在关闭操作启动后将需要多长时间淡化。

属性

注解

If you called the Show method with the autoClose parameter set to true, you do not have to call the Close method. 加载应用程序后,初始屏幕将自动关闭。 当初始屏幕关闭时,它将花费的时间长度由参数的 fadeoutDuration 默认值(即 300 毫秒)确定。

适用于

另请参阅