Table of Contents

Class DimView

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

Represents a dimension that tracks the Height or Width of the specified View.

public record DimView : Dim, IEqualityOperators<Dim, Dim, bool>, IEquatable<Dim>, IEquatable<DimView>
Inheritance
DimView
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

DimView(DimView)
DimView(View?, Dimension)

Initializes a new instance of the DimView class.

Properties

Dimension

Gets the indicated dimension of the View.

EqualityContract
Target

Gets the View the dimension is anchored to.

Methods

Equals(object?)
Equals(Dim?)
Equals(DimView?)
GetHashCode()
PrintMembers(StringBuilder)
ToString()

Operators

operator ==(DimView?, DimView?)
operator !=(DimView?, DimView?)