Add graphic/photo to state

I have a state machine for a complex system, part of it is controlling user screens. I want to show in some states a picture/image of what the screen will look like for that state. How can I add an image or image field or region to a state (new horizontal region with graphics?)

This shows what I’d like ,BUT when I move the state around the image needs to move WITH the state. Here they are not tied together at all, moving separates them (this is just a dumb image pasted on top of a state). How can I tie/attach the image TO the state so they stay together?

this is what I want to prevent from happening …the images didn’t move with the state

Thank you for your inquiry. Since having image inside a state is not part of the UML specification therefore we do not support let the state holding an image. You may consider to overlay the image over the state, then select both state and image, right click and select Grouping > Group to group them together.

Thanks–will try this method!