by Mike James
I've included a sample app to demonstrate the functionality of the control. It's a straightforward control, and thus should be self-explanatory.
<qr:QRCode Data="https://github.com" />
<qr:QRCode Data="https://github.com"
Color="Red"
SpaceBrush="Blue" />
<qr:QRCode Data="https://github.com"
DrawQuietZones="false" />
<qr:QRCode Data="https://github.com"
Icon="/Assets/yourImage.png" />
QRCoder powers the bitmap generation; you should check it's comprehensive documentation for more information.