dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
21.96k stars 1.7k forks source link

[Enhancement] BoxView handlers should use Paint #2365

Open rmarinho opened 2 years ago

rmarinho commented 2 years ago

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 IBoxView : IView
{
    Paint Fill { get; }
}

Intended Use Case

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

Dreamescaper commented 2 years ago

Issue title sounds quite frightening :)

ghost commented 2 years ago

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.