Replies: 2 comments
-
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
|
Beta Was this translation helpful? Give feedback.
-
Looked into implementing sweep gradients and found that they are supported natively on Android, iOS and macOS but not Windows from what I can tell. Android - Sweep Gradient I was able to get a prototype working on Android: I also realised that to implement the intended use case If StrokeLineCap Round, Paint and DrawArc could all be used together the intended use case could be achieved quite simply. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
It would be great if .NET MAUI implemented sweep gradients for controls and drawables.
Public API Changes
The addition of:
Microsoft.Maui.Controls
Microsoft.Maui.Graphics
Intended Use-Case
An intended use case would be to create a radial gauge with a gradient using MAUI graphics.
Beta Was this translation helpful? Give feedback.
All reactions