mircea21S / RichCanvas

Infinite canvas with panning, zooming, scrolling and other customizable functions, designed for MVVM
MIT License
166 stars 17 forks source link

Image as background of canvas #31

Open palatinb opened 11 months ago

palatinb commented 11 months ago

Hello,

I did not found it anywhere, but it is possible to add an image as the background and not as an ImageVisual?

Thanks for reply!

mircea21S commented 11 months ago

Hi!

If you are trying to set the background of the Canvas (probably RichItemsControl) to an Image, did you try to set the Background property on it? You can probably get some ideas on Google on how to bind/set an image to the Background of a Control.

I am not sure if that's working as intended or if I understood correctly your requirement, but you can give it a try.