Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 503 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 503 Bytes

Repository to reproduce an issue discovered in MAUI where the Stroke component of a Shape was not applying the gradient as it did in Xamarin.Forms.

Example screenshot:

image

A potential workaround is to use a Border, although this may be more difficult for some use cases:

image