How to get the image associated with a shape
In an editor extension, I know we can add an image to a shape using the Fill property of the style of a shape.
But how could we retrieve the image of a shape?
The use case is to be able to change the image according to the value of a shape date.
Thanks