标签: c# wpf visual-studio-2017
我正在Visual Studio 2017中使用WPF进行项目。我想插入矢量图像(例如.SVG)。怎么做 ?
答案 0 :(得分:0)
WPF不支持SVG
但是,您可以使用SharpVector库将svg转换为xaml。
svg
xaml
查看更多信息。 https://www.codeproject.com/Articles/127039/SharpVectors-SVG-Reloaded-An-Introduction
内部将您的svg元素转换为xaml几何。