Show(Object) Method
Shows a notification.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public void Show(
Object content
)
Public Sub Show (
content As Object
)
abstract Show :
content : Object -> unit
override Show :
content : Object -> unit
Parameters
- Object
- The content to be displayed.
Implements
IManagedNotificationManager.Show(Object)See Also
Reference
WindowNotificationManager Class
Show Overload
Avalonia.Controls.Notifications Namespace