Can you explain the "is Visible on Upper Layer" property, please? It's on everything, yet I can't seem to find it programmatically.
I have a custom block, and I have parameters for the block that provide functionality options. When the user selects a certain configuration, I want to hide the port, text and graphics group associated with that option.
My preference is just to flip the flag "is Visible on Upper Layer" to false, however, I cannot find that option. For the text and the group, I can only set "isVisible" to true, and it doesn't have an option to set "is Visible on Upper Layer". For the port, there doesn't seem to be any code that impacts its visibility.
How can i control visibility on the upper layer for text, groups and ports in the icon of a custom block? Please help Thanks Brett