Skip to main content

Struct TreeRowWindow

Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeRowWindow : IEquatable<TreeRowWindow>

Implements

IEquatable<TreeRowWindow>

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

uint

StartIndex

public uint StartIndex { get; init; }

Property Value

uint

TotalHeight

public double TotalHeight { get; init; }

Property Value

double