Expiration Property
Gets the expiration time of the notification after which it will automatically close. If the value is Zero then the notification will remain open until the user closes it.
Definition
Namespace: Avalonia.Controls.Notifications
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public TimeSpan Expiration { get; set; }
Public Property Expiration As TimeSpan
Get
Set
abstract Expiration : TimeSpan with get, set
override Expiration : TimeSpan with get, set
Property Value
TimeSpanImplements
INotification.ExpirationSee Also
Reference
Notification Class
Avalonia.Controls.Notifications Namespace