Is there a way to program to show what the selected panorama item is on screen, and if so what the content property of it is?
I have three panorama items (1, 2, 3) and each have a single rectangle with a rectangle.fill of an image.
I want to design an applicationbar
button that, when clicked, acknowledge what the rectangle.fill on the screen is in the panorama item, and then add it to another page in the application.
Is this even possible to do? I imagine selectedindexitem
or something similar will tell me what is the current on screen panorama is, but if so, how could I pull the rectangle.fill information?