Bootstrap

SVG图标显示

SVG图标显示

1.安装SharpVectors.Wpf包
在这里插入图片描述

2.添加引用

xmlns:svgc="http://sharpvectors.codeplex.com/svgc/"

3.加载svg文件,生成操作选择资源(Resource)
在这里插入图片描述

4.UI界面显示SVG图像

  <Button Click="OnSaveFileClick" ToolTip="Save Svg File" BorderThickness="0"   Background="Transparent" >
      <Image Source="{svgc:SvgImage Source=/Images/Save.svg}" />
  </Button>

在这里插入图片描述

悦读

道可道,非常道;名可名,非常名。 无名,天地之始,有名,万物之母。 故常无欲,以观其妙,常有欲,以观其徼。 此两者,同出而异名,同谓之玄,玄之又玄,众妙之门。

;