Table of Contents

Class TextFieldSettings

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

Immutable settings record for TextField defaults (ThemeScope).

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

Constructors

TextFieldSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

DefaultCursorStyle

Gets the default cursor style for text fields.

Methods

Equals(object?)
Equals(TextFieldSettings?)
GetHashCode()
ToString()

Operators

operator ==(TextFieldSettings?, TextFieldSettings?)
operator !=(TextFieldSettings?, TextFieldSettings?)