Table of Contents

Class DimFill

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Represents a dimension that fills the dimension, leaving the specified margin.

public record DimFill : Dim, IEqualityOperators<Dim, Dim, bool>, IEquatable<Dim>, IEquatable<DimFill>
Inheritance
DimFill
Implements
Inherited Members

Remarks

This is a low-level API that is typically used internally by the layout system. Use the various static methods on the Dim class to create Dim objects instead.

Constructors

DimFill(Dim)

Represents a dimension that fills the dimension, leaving the specified margin.

Properties

Margin

The margin to not fill.

Methods

ToString()

Returns a string that represents the current object.