Table of Contents

Class TextViewSettings

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

Immutable settings record for TextView defaults (ThemeScope).

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

Constructors

TextViewSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

DefaultCursorStyle

Gets the default cursor style for text views.

Methods

Equals(object?)
Equals(TextViewSettings?)
GetHashCode()
ToString()

Operators

operator ==(TextViewSettings?, TextViewSettings?)
operator !=(TextViewSettings?, TextViewSettings?)