Table of Contents

Class DimFill

Namespace
Terminal.Gui.ViewBase
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, Dim?)

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

Properties

Margin

The margin to not fill.

MinimumContentDim

The minimum dimension the filled view will be constrained to. When the SuperView uses DimAuto, this minimum will contribute to the auto-sizing calculation.

Methods

ToString()

Returns a string that represents the current object.