
I basically need to have rectangles on the 5 windows in the image. This looks great on the PowerApps editor but on actual different devices the squares more due to the X and Y coordinates.
The size of this image is Parent.width I have also tried making it a set size and its all the same result. No matter the orientation or the screen size the rectangles which are used as buttons needs to stay on the widows on the image. How can I do this?
Hi @ViktoriaSasvari ,
It seems like padding is added to the left/right, top/bottom to preserve the height/width ratio of the image in the imgage control. However, this padding can't be referenced.
What you may do is to save the height and width of each image that may be displayed to calculate the padding and make adjustments in the Height, Width, X and Y properties.