Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement] Progressbar handlers should use Paint #2403

Open
rmarinho opened this issue Sep 6, 2021 · 1 comment
Open

[Enhancement] Progressbar handlers should use Paint #2403

rmarinho opened this issue Sep 6, 2021 · 1 comment
Labels
area-controls-progressbar ProgressBar t/enhancement ☀️ New feature or request
Milestone

Comments

@rmarinho
Copy link
Member

rmarinho commented Sep 6, 2021

Summary

We added #2250 but we used Color instead of Paint for now, we should implement the handler using the Paint type so we can do gradients etc

API Changes

public interface IProgress : IView
{
	Paint ProgressColor { get; }
}

Intended Use Case

Allow to have a ProgressBar with gradient paint or future kinds of Paint

@jsuarezruiz jsuarezruiz added the t/enhancement ☀️ New feature or request label Sep 14, 2021
@jsuarezruiz jsuarezruiz added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Oct 22, 2021
@jsuarezruiz jsuarezruiz added this to the .NET 7 milestone Nov 5, 2021
@Eilon Eilon added the area-controls-progressbar ProgressBar label Feb 11, 2022
@Redth Redth modified the milestones: .NET 7 + Servicing, Backlog Aug 30, 2022
@ghost
Copy link

ghost commented Aug 30, 2022

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

@Eilon Eilon removed the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-controls-progressbar ProgressBar t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants