NotificationMessage Property

Gets the notification message.

Definition

Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public string? Message { get; set; }

Property Value

String

Implements

INotificationMessage

See Also