Class SillSettingsView
- Namespace
- WindowSill.API
- Assembly
- WindowSill.API.dll
Represents a settings view for a sill.
public sealed class SillSettingsView
- Inheritance
-
SillSettingsView
- Inherited Members
- Extension Methods
Constructors
SillSettingsView(string, Lazy<FrameworkElement>)
Initializes a new instance of the SillSettingsView class.
public SillSettingsView(string title, Lazy<FrameworkElement> view)
Parameters
titlestringThe title of the settings view. Cannot be null, empty, or consist only of whitespace.
viewLazy<FrameworkElement>A lazily initialized FrameworkElement representing the content of the settings view. Cannot be null.