学习使用Wpf开源的文本编辑器—smithhtmleditor

前言

本文主要介绍使用Wpf文本编辑器——smithhtmleditor。

编辑器使用

首先新建一个项目WpfEditor。

然后到Codeplex下载smithhtmleditor。

下载地址:https://archive.codeplex.com/?p=smithhtmleditor

学习使用Wpf开源的文本编辑器—smithhtmleditor_第1张图片

解压后将SmithHtmlEditor文件夹整个复制。

学习使用Wpf开源的文本编辑器—smithhtmleditor_第2张图片

然后粘贴到我们新建的项目中

然后将该引入SmithHtmlEditor的工程文件。

然后在Com组件中找到Microsoft HTML Object Library,添加引用。

学习使用Wpf开源的文本编辑器—smithhtmleditor_第3张图片

然后编写代码如下:


    
        
            
                
                
            
            
         
    

如代码所示,再命名空间中引入了Smith.WPF.HtmlEditor。

xmlns:smith="clr-namespace:Smith.WPF.HtmlEditor;assembly=Smith.WPF.HtmlEditor"

然后使用了Smith.WPF.HtmlEditor程序集下的自定义控件HtmlEditor。

效果图如下:

学习使用Wpf开源的文本编辑器—smithhtmleditor_第4张图片

html格式:

学习使用Wpf开源的文本编辑器—smithhtmleditor_第5张图片

上传图片:

 学习使用Wpf开源的文本编辑器—smithhtmleditor_第6张图片

----------------------------------------------------------------------------------------------------

到此,使用Wpf文本编辑器就已经介绍完了。

代码已经传到Github上了,欢迎大家下载。

Github地址: https://github.com/kiba518/WpfEditor

----------------------------------------------------------------------------------------------------

----------------------------------------------------------------------------------------------------

注:此文章为原创,任何形式的转载都请联系作者获得授权并注明出处!
若您觉得这篇文章还不错,请点击下方的【推荐】,非常感谢!

学习使用Wpf开源的文本编辑器—smithhtmleditor - kiba518 - 博客园

 学习使用Wpf开源的文本编辑器—smithhtmleditor_第7张图片

你可能感兴趣的:(vue,java,python,github,html)