 | ToastRequestMaximumDuration Property |
[This is preliminary documentation and is subject to change.]
Maximum toast display duration (optional)
Namespace:
DesktopToast
Assembly:
DesktopToast (in DesktopToast.dll) Version: 0.7.0.0 (0.7.0.0)
Syntaxpublic TimeSpan MaximumDuration { get; set; }Public Property MaximumDuration As TimeSpan
Get
Set
public:
property TimeSpan MaximumDuration {
TimeSpan get ();
void set (TimeSpan value);
}member MaximumDuration : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also