Table of Contents

Property Overlays

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Overlays

Gets or sets the collection of overlays associated with the control.

[Browsable(false)]
public virtual IReadOnlyList<IControlOverlay>? Overlays { get; set; }

Property Value

IReadOnlyList<IControlOverlay>

Remarks

Setting this property updates the internal overlay collection and invalidates the control, prompting a redraw to reflect the changes.