Class WindowBackdropController
- Namespace
- Whim
- Assembly
- Whim.dll
Manages the system backdrop for a Window.
public class WindowBackdropController : IDisposable
- Inheritance
-
WindowBackdropController
- Implements
- Inherited Members
Constructors
WindowBackdropController(Window, WindowBackdropConfig)
Creates a new WindowBackdropController.
public WindowBackdropController(Window window, WindowBackdropConfig config)
Parameters
window
Window- The Window to manage the backdrop for.
config
WindowBackdropConfig- The configuration for the backdrop.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Dispose(bool)
protected virtual void Dispose(bool disposing)
Parameters
disposing
bool