WPF RichTextBox富文本支持圖片導入功能

效果圖如下: 關鍵代碼如下:  Image img = new Image();                 img.Stretch = Stretch.Fill;                 img.Source = win.ImageModel.Image;                 img.Width = win.ImageModel.Width;              
相關文章
相關標籤/搜索