Item Shape Grid: Access to Foreground Layer

I'm guessing you mean through code?
Yes, The ItemShapeItemView should have a ForegroundView or similarly named property.

So first you'll get the ItemShapeItemView in the backgrond which is a child of the ItemViewSlot. And from there you can get the ItemShapeItemView whichis in the foreground.
You can override the ItemShapeItemView with a custom component to override the functions that decides what happens with the forground and the bakground
 
Top