Class DimCombine | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Represents a dimension that is a combination of two other dimensions.

public record DimCombine : Dim, IEqualityOperators<Dim, Dim, bool>, IEquatable<Dim>, IEquatable<DimCombine>

Inheritance

DimCombine

Implements

Inherited Members

Constructors

DimCombine(AddOrSubtract, Dim, Dim)

Represents a dimension that is a combination of two other dimensions.

Properties

Add

Gets whether the two dimensions are added or subtracted.

Left

Gets the left dimension.

Right

Gets the right dimension.

Methods

ToString()

Returns a string that represents the current object.