Skip to content

Commit

Permalink
906270: QRCodeMarginSampleUpdate
Browse files Browse the repository at this point in the history
  • Loading branch information
KiruthikaManikandan committed Dec 31, 2024
1 parent ab1ce63 commit dc868c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KB-Samples/QRCodeMargin/Pages/Index.razor
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@using Syncfusion.Blazor.BarcodeGenerator

<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">
<QRCodeGeneratorDisplayText Text="Sync-123" Font="monospace" Size="14" Alignment="Alignment.Center" Position="TextPosition.Bottom" Visibility="true">
<QRCodeTextMargin Left="0" Top="0" Right="0" Bottom="10"></QRCodeTextMargin>
</QRCodeGeneratorDisplayText>
Expand Down

0 comments on commit dc868c5

Please sign in to comment.