Class DimCombine
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
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
- 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.