Struct FieldHeight
Fields may contain multiple rows of varying heights.
public record struct FieldHeight : IEquatable<FieldHeight>
- Implements
- Inherited Members
Constructors
FieldHeight(int, int)
Fields may contain multiple rows of varying heights.
public FieldHeight(int FullRows, int SmallRows)
Parameters
Properties
FullRows
public int FullRows { readonly get; set; }
Property Value
SmallRows
public int SmallRows { readonly get; set; }