Window.Overlays Property

Definition

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

Property Value

Implements

Applies to