Table of Contents

Class DialogSettings

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

Immutable settings record for Dialog visual defaults (ThemeScope).

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

Constructors

DialogSettings()

Properties

Current

The currently effective values, updated atomically by MecThemeManager.

Default

The compile-time-known defaults.

DefaultBorderStyle

Gets the default border style for dialogs.

DefaultButtonAlignment

Gets the default button alignment for dialogs.

DefaultButtonAlignmentModes

Gets the default button alignment modes for dialogs.

DefaultShadow

Gets the default shadow style for dialogs.

Methods

Equals(object?)
Equals(DialogSettings?)
GetHashCode()
ToString()

Operators

operator ==(DialogSettings?, DialogSettings?)
operator !=(DialogSettings?, DialogSettings?)