I want to display the battery charging status in WPF (xaml and c#) similar to how it's displayed on an android phone where the inner part changes according to the battery percentage like displayed in the picture is there anyway to do this without using the progress bar to act like a pseudo battery level indicator?
I'm new to WPF and I haven't tried any code for this yet If any more details are required please let me know. I found some CODE that implements it using c# but I'm not sure how to integrate that with WPF.