Class DimCombine | Terminal.Gui v2 (original) (raw)
Namespace
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
Gets whether the two dimensions are added or subtracted.
Gets the left dimension.
Gets the right dimension.
Methods
Returns a string that represents the current object.