728x90
728x170
xmlns:zx="clr-namespace:ZXing.Net.Mobile.Forms;assembly=ZXing.Net.Mobile.Forms" xmlns:zxcm="clr-namespace:ZXing.Common;assembly=zxing.portable"
<zx:ZXingBarcodeImageView x:Name="barcodeImage" BarcodeFormat="QR_CODE" BarcodeValue="{Binding QrCodeString}" WidthRequest="180" HeightRequest="180"> <zx:ZXingBarcodeImageView.BarcodeOptions> <zxcm:EncodingOptions Width="450" Height="450" /> </zx:ZXingBarcodeImageView.BarcodeOptions> </zx:ZXingBarcodeImageView>
|
728x90
그리드형
'C# > Xamarin Maui' 카테고리의 다른 글
[Xamarin] AndroidX.RecyclerView.Widget.RecyclerView/LayoutManager 오류 (0) | 2021.08.25 |
---|---|
[Xamarin] Label Multi Binding 처리하기 (0) | 2021.08.19 |
[Xamarin] XA0132: The package was not installed. Please check you do not have it installed under any other user. (0) | 2021.07.30 |
[Xamarin] E-Book (0) | 2021.07.26 |
[Xamarin] Zxing 를 이용해 QRCode Image 를 Stream 으로 가져오기 (0) | 2021.07.14 |