Class DimView
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(View?, Dimension)
Initializes a new instance of the DimView class.
Properties
- Dimension
Gets the indicated dimension of the View.
- Target
Gets the View the dimension is anchored to.
Methods
- ToString()
Returns a string that represents the current object.