Skip to content

Commit dc868c5

Browse files
906270: QRCodeMarginSampleUpdate
1 parent ab1ce63 commit dc868c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KB-Samples/QRCodeMargin/Pages/Index.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
@using Syncfusion.Blazor.BarcodeGenerator
44

5-
<SfQRCodeGenerator Width="100px" Height="100px" Version="QRCodeVersion.Version40" Value="65213323" BackgroundColor="white" ForeColor="Red">
5+
<SfQRCodeGenerator Width="100px" Height="100px" Value="65213323" BackgroundColor="white" ForeColor="Red">
66
<QRCodeGeneratorDisplayText Text="Sync-123" Font="monospace" Size="14" Alignment="Alignment.Center" Position="TextPosition.Bottom" Visibility="true">
77
<QRCodeTextMargin Left="0" Top="0" Right="0" Bottom="10"></QRCodeTextMargin>
88
</QRCodeGeneratorDisplayText>

0 commit comments

Comments
 (0)