Table of Contents

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

title string

The title of the settings view. Cannot be null, empty, or consist only of whitespace.

view Lazy<FrameworkElement>

A lazily initialized FrameworkElement representing the content of the settings view. Cannot be null.