unoplatform / uno

Open-source platform for building cross-platform native Mobile, Web, Desktop and Embedded apps quickly. Create rich, C#/XAML, single-codebase apps from any IDE. Hot Reload included! 90m+ NuGet Downloads!!
https://platform.uno
Apache License 2.0
8.81k stars 707 forks source link

Background track color for ProgressRing #18347

Open ForkBug opened 2 days ago

ForkBug commented 2 days ago

What would you like to be added

A track color/width/border may be added to determinate Screenshot 2024-10-01 214510.

Why is this needed

Otherwise, determinate progress ring would be blank if the value is 0. Current behavior may confuse users, especially when it takes a little time to show a long enough bar.

For which platform

WebAssembly, Android, iOS, Mac Catalyst, Skia (WPF), Skia (Linux X11), Skia (macOS), Skia (Linux Framebuffer), Skia (GTK), Windows (WinAppSDK)

Anything else we need to know?

No response

morning4coffe-dev commented 2 days ago

@ForkBug Thank you for your suggestion. Is this supported with WinUI currently? I see that you selected Windows (WinAppSDK) for platform as well.

ForkBug commented 1 day ago

@ForkBug Thank you for your suggestion. Is this supported with WinUI currently? I see that you selected Windows (WinAppSDK) for platform as well.

Which property is WinUI using? Is it the "background" property? Current Uno.Gallery shows the track as transparent, or matching the background color.