Share via


WindowOverlay.WindowElements Property

Definition

Gets the current collection of drawable elements on the overlay.

public:
 property System::Collections::Generic::IReadOnlyCollection<Microsoft::Maui::IWindowOverlayElement ^> ^ WindowElements { System::Collections::Generic::IReadOnlyCollection<Microsoft::Maui::IWindowOverlayElement ^> ^ get(); };
public System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlayElement> WindowElements { get; }
member this.WindowElements : System.Collections.Generic.IReadOnlyCollection<Microsoft.Maui.IWindowOverlayElement>
Public ReadOnly Property WindowElements As IReadOnlyCollection(Of IWindowOverlayElement)

Property Value

Implements

Applies to