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#

overlays

Get the collection of overlays that are contained within this overlay.

padding

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.

display

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.

property IScreenOverlayContainer.padding: list#

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.

property IScreenOverlayContainer.display: bool#

Get or set if this overlay and the collection of overlays that are contained within this overlay should be rendered.