Struct TreeRowWindow
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeRowWindow : IEquatable<TreeRowWindow>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TreeRowWindow(uint, uint, double)
public TreeRowWindow(uint StartIndex, uint EndIndex, double TotalHeight)
Parameters
StartIndex
uint
EndIndex
uint
TotalHeight
double
Properties
EndIndex
public uint EndIndex { get; init; }
Property Value
StartIndex
public uint StartIndex { get; init; }
Property Value
TotalHeight
public double TotalHeight { get; init; }