Class CellWIthHeight
public record CellWIthHeight : IEquatable<CellWIthHeight>
- Inheritance
-
CellWIthHeight
- Implements
- Inherited Members
- Extension Methods
Constructors
CellWIthHeight(float, SkiaControl)
public CellWIthHeight(float Height, SkiaControl view)
Parameters
HeightfloatviewSkiaControl
Properties
Height
public float Height { get; init; }
Property Value
view
public SkiaControl view { get; init; }