We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab1ce63 commit dc868c5Copy full SHA for dc868c5
KB-Samples/QRCodeMargin/Pages/Index.razor
@@ -2,7 +2,7 @@
2
3
@using Syncfusion.Blazor.BarcodeGenerator
4
5
-<SfQRCodeGenerator Width="100px" Height="100px" Version="QRCodeVersion.Version40" Value="65213323" BackgroundColor="white" ForeColor="Red">
+<SfQRCodeGenerator Width="100px" Height="100px" Value="65213323" BackgroundColor="white" ForeColor="Red">
6
<QRCodeGeneratorDisplayText Text="Sync-123" Font="monospace" Size="14" Alignment="Alignment.Center" Position="TextPosition.Bottom" Visibility="true">
7
<QRCodeTextMargin Left="0" Top="0" Right="0" Bottom="10"></QRCodeTextMargin>
8
</QRCodeGeneratorDisplayText>
0 commit comments