IScreenOverlayContainer#
- class ansys.stk.core.graphics.IScreenOverlayContainer#
The interface for screen overlays that contain a collection of other overlays. This interface is implemented by ScreenOverlayManager and ScreenOverlay.
Overview#
Get the collection of overlays that are contained within this overlay. |
|
Get or set the padding surrounding the overlays that are contained within this overlay. The array contains the components of the padding arranged in the order left, top, right, bottom. |
|
Get or set if this overlay and the collection of overlays that are contained within this overlay should be rendered. |
Import detail#
from ansys.stk.core.graphics import IScreenOverlayContainer
Property detail#
- property IScreenOverlayContainer.overlays: ScreenOverlayCollection#
Get the collection of overlays that are contained within this overlay.