🙋 Feature Request
FluentProgressRing doesn't have an easy way to change the stroke width, i.e. the thickness of the circle outline. When a small progress ring is displayed the hard coded width is too small.
CSS alone can't change the ring width appearance because the SVG position of the outline also needs to change based on the line width.
🤔 Expected Behavior
There is a way to change the FluentProgressRing stroke width.
😯 Current Behavior
No customization.
💁 Possible Solution
A parameter on FluentProgressRing. I'm not sure what the unit would be because the width would be scaled with the ring.
🔦 Context
Displaying a small ring in a grid at dotnet/aspire#1387
💻 Examples