Good day everyone!
Please tell me why the generated barcode in the application is displayed in a narrow strip?

I add to the page through xaml
<ContentPage.Content> <StackLayout> <zxing:ZXingBarcodeImageView x:Name="Barcode" BarcodeFormat="CODE_39" HorizontalOptions="Center" VerticalOptions="Center" WidthRequest="300" HeightRequest="100" Margin="10" /> </StackLayout> </ContentPage.Content> Barcode value set in the code
Barcode.BarcodeValue = "10348180"; I tried many options, but without much success. For some reason it does not work through the code, the barcode is not displayed on the page. Prompt if encountered. I will be glad to any advice. Thank!

Barcode.BarcodeOptions.Height = 100;Barcode.BarcodeOptions.Width = 300;. From the markup, respectively, removed. On the page - empty :( Why, why ...? - Andrey Nov.