Gets the collection of overlays that are contained within this overlay.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public virtual ScreenOverlayCollection Overlays { get; }
Public Overridable ReadOnly Property Overlays As ScreenOverlayCollection
Get
public:
virtual property ScreenOverlayCollection^ Overlays {
ScreenOverlayCollection^ get ();
}
abstract Overlays : ScreenOverlayCollection with get
override Overlays : ScreenOverlayCollection with get
Property Value
Type:
ScreenOverlayCollectionImplements
IScreenOverlayContainerOverlaysSee Also