You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using QRCoder.xaml and need to generate a barcode and display it in a <ViewBox> using the geometry path as a text string. Is it possible to get the geometry path data as a string with the current version? Could someone share an example of how to generate the path as a string.
Here is my WPF Xaml .Net 6 that works with a text string of characters as a geometry path:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using QRCoder.xaml and need to generate a barcode and display it in a
<ViewBox>
using the geometry path as a text string. Is it possible to get the geometry path data as a string with the current version? Could someone share an example of how to generate the path as a string.Here is my WPF Xaml .Net 6 that works with a text string of characters as a geometry path:
For example I can pass/bind this geometry path text below to generate a drawing in the Viewbox:
Beta Was this translation helpful? Give feedback.
All reactions