Summary
Gets the expiration time of the notification after which it will automatically close.
If the value is
System.TimeSpan.Zero
then the notification will remain open until the user closes it.
- Namespace
- Avalonia
.Controls .Notifications - Containing Type
- Notification
Syntax
public TimeSpan Expiration { get; private set; }
Value
Type | Description |
---|---|
TimeSpan |