Creating a countdown button for .NET MAUI
This tutorial builds a stretch-timer style countdown button by combining a round button with a progressively shrinking arc.
It explains the drawing math, redraw cycle, and layout layering needed to make the control interactive and reusable.