Table of Contents

Class WindowSettings

Namespace
Terminal.Gui.Configuration
Assembly
Terminal.Gui.dll

Immutable settings record for Window visual defaults (ThemeScope).

public sealed record WindowSettings : IEquatable<WindowSettings>
Inheritance
WindowSettings
Implements
Inherited Members

Constructors

WindowSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

DefaultBorderStyle

Gets the default border style for windows.

DefaultShadow

Gets the default shadow style for windows.

Methods

Equals(object?)
Equals(WindowSettings?)
GetHashCode()
ToString()

Operators

operator ==(WindowSettings?, WindowSettings?)
operator !=(WindowSettings?, WindowSettings?)