It would be useful if RadzenQRCode allowed customizing the quiet zone (margin) around the QR code.
Right now the component always renders a fixed white margin and there is no property to control it. In some cases (QR generator tools, small layouts, printing labels, etc.) it would be helpful to adjust or reduce that space.
Example idea:
<RadzenQRCode
Value="https://example.com"
QuietZoneModules="4" />
Where QuietZoneModules controls the margin size in QR modules (default could remain 4).
This would make the component more flexible for QR generator tools and compact UI layouts.