GameUIProviderActivatedEventArgs.SplashScreen Property

Definition

The app's splash screen. This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, your app cannot use this API.

public:
 property SplashScreen ^ SplashScreen { SplashScreen ^ get(); };
SplashScreen SplashScreen();
public SplashScreen SplashScreen { get; }
var splashScreen = gameUIProviderActivatedEventArgs.splashScreen;
Public ReadOnly Property SplashScreen As SplashScreen

Property Value

The app's splash screen.

Implements

Applies to