Click or drag to resize

ForegroundThreadWithDispatcherShutdownPriority Property

Gets or sets the shutdown priority passed to BeginInvokeShutdown(DispatcherPriority) when the object is disposed. The default is Normal

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public DispatcherPriority ShutdownPriority { get; set; }

Property Value

Type: DispatcherPriority
See Also