Interface IShellOverlay
Interface for an object representing a full-screen, closeable overlay within Socially Distant's UI.
Namespace: SociallyDistant.Core.Shell
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IShellOverlay
Properties
Content
Gets or sets the widget displayed inside the overlay.
Declaration
Widget? Content { get; set; }
Property Value
Type | Description |
---|---|
Widget |
Methods
Close()
Close the overlay.
Declaration
void Close()