NotificationTitle Property

Gets the Title of the notification.

Definition

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

Property Value

String

Implements

INotificationTitle

See Also