From 667015675b1ab0cd82f2d2a496fab71864fb0b70 Mon Sep 17 00:00:00 2001 From: Pedro Jesus Date: Mon, 30 Oct 2023 16:19:35 -0300 Subject: [PATCH] docs: added docs for UnoSplashScreen --- doc/uno-resizetizer-properties.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/doc/uno-resizetizer-properties.md b/doc/uno-resizetizer-properties.md index 0227a413..f2334b35 100644 --- a/doc/uno-resizetizer-properties.md +++ b/doc/uno-resizetizer-properties.md @@ -44,10 +44,16 @@ Properties that can be used across all items | Property Name | Description | | ------------- | ----------- | -| Include | Used to insert the path of the image asset, could be a `png` or `svg` | +| Include | Used to insert the path of the image asset, could be a `png` or `svg`. | ## UnoSplashScreen | Property Name | Description | | ------------- | ----------- | -| Include | Used to insert the path of the image asset, could be a `png` or `svg` | \ No newline at end of file +| Include | Used to insert the path of the image asset, could be a `png` or `svg`. | +| Scale | Used to scale the image that will be used as SplashScreen. This property will be override by any platform specific scale. | +| AndroidScale | Used to scale the image that will be used as SplashScreen on Android platform. | +| IOSScale | Used to scale the image that will be used as SplashScreen on iOS platform. | +| WindowsScale | Used to scale the image that will be used as SplashScreen on Windows platform. | +| WasmScale | Used to scale the image that will be used as SplashScreen on Wasm. | +| SkiaScale | Used to scale the image that will be used as SplashScreen on Skia targets (GTK and WPF). | \ No newline at end of file