A Microsoft framework for building cross-platform mobile apps using .NET and C# with native performance and user interfaces.
Hello,
There is no such an API available in the .NET Framework for converting XAML to Svg.
For converting XAML to Svg, you'll need to find the tools yourself online.
Canvas
Canvas.RenderTransform
PathGeometry
In Xamarin.Forms, you could try with SkiaSharp, it basically allows you to do more or less the same as you can do in the native canvas.
Best Regards,
Alec Liu.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.