Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.26 KB

splashscreen_imagelocation.md

File metadata and controls

27 lines (18 loc) · 1.26 KB
-api-id -api-type
P:Windows.ApplicationModel.Activation.SplashScreen.ImageLocation
winrt property

Windows.ApplicationModel.Activation.SplashScreen.ImageLocation

-description

The coordinates of the app's splash screen image relative to the window.

-property-value

The coordinates of the splash screen image relative to the window and scaled for the dots per inch (dpi) of the device.

-remarks

You can give your app additional time to load by using this property to help you imitate the splash screen that Windows displays for your app. To learn how, see How to extend the splash screen.

If no splash screen image is displayed, the location returned is where the image is expected.

-examples

-see-also

Splash screen sample, Quickstart: Adding a splash screen, How to extend the splash screen, SplashScreen class, Windows.ApplicationModel.Activation classes