How to display resizing adorner in an image inserted in a RichEditBox?

后端 未结 1 1031
执笔经年
执笔经年 2021-01-26 21:35

I\'m trying to display resizing adorners to an image inserted in a RichEditBox in a UWP application.

So far I can insert an image using the following code:



        
1条回答
  •  [愿得一人]
    2021-01-26 22:25

    Display resizing adorners to an image inserted in a RichEditBox in a UWP application.

    There is no api that can resize the image inserted in the RichEditBox in UWP, you need to customize a control and wrap the image inside it. By dragging the control to resize image. Or programming in wpf or winform and then use desktop bridge to convert it to UWP app.

    0 讨论(0)
提交回复
热议问题