Skip to content

docs: Add UnoSplashScreenScale SDK property documentation#363

Open
Copilot wants to merge 2 commits intomainfrom
copilot/add-documentation-unosplashscreenscale
Open

docs: Add UnoSplashScreenScale SDK property documentation#363
Copilot wants to merge 2 commits intomainfrom
copilot/add-documentation-unosplashscreenscale

Conversation

Copy link
Copy Markdown

Copilot AI commented Mar 2, 2026

Uno.Sdk added UnoSplashScreenScale (maps to Scale metadata on UnoSplashScreen) but it was missing from the Resizetizer docs.

PR Type

  • Documentation content changes

What is the current behavior?

UnoSplashScreenFile, UnoSplashScreenBaseSize, and UnoSplashScreenColor are documented under "Utilizing SDK Properties" for splash screens. UnoSplashScreenScale is absent despite being available.

What is the new behavior?

  • Added UnoSplashScreenScale to the SDK properties list with a description noting it is overridden by platform-specific scales set directly on the UnoSplashScreen item.
  • Updated the accompanying XML example to include the new property:
<PropertyGroup>
    <UnoSplashScreenFile>Assets\SplashScreen\custom_splash_screen.svg</UnoSplashScreenFile>
    <UnoSplashScreenBaseSize>128,128</UnoSplashScreenBaseSize>
    <UnoSplashScreenColor>#512BD4</UnoSplashScreenColor>
    <UnoSplashScreenScale>0.5</UnoSplashScreenScale>
</PropertyGroup>

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template. (for bug fixes / features)
  • Unit Tests and/or UI Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Wasm UI Tests are not showing unexpected any differences. Validate PR Screenshots Compare Test Run results.
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

Other information

Related to unoplatform/uno#22759 which introduced UnoSplashScreenScale to Uno.Sdk.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add documentation for UnoSplashScreenScale in Uno.Sdk</issue_title>
<issue_description>Add documentation for newly added property: unoplatform/uno#22759</issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

Co-authored-by: MartinZikmund <1075116+MartinZikmund@users.noreply.github.com>
Copilot AI changed the title [WIP] Add documentation for UnoSplashScreenScale in Uno.Sdk docs: Add UnoSplashScreenScale SDK property documentation Mar 2, 2026
@MartinZikmund MartinZikmund marked this pull request as ready for review March 2, 2026 13:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add documentation for UnoSplashScreenScale in Uno.Sdk

2 participants