Struct TreeRowPlanEntry
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeRowPlanEntry : IEquatable<TreeRowPlanEntry>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TreeRowPlanEntry(uint, uint, double, float, TreeRowAction)
public TreeRowPlanEntry(uint NodeId, uint BufferId, double Top, float Height, TreeRowAction Action)
Parameters
NodeId
uint
BufferId
uint
Top
double
Height
float
Action
TreeRowAction
Properties
Action
public TreeRowAction Action { get; init; }
Property Value
BufferId
public uint BufferId { get; init; }
Property Value
Height
public float Height { get; init; }
Property Value
NodeId
public uint NodeId { get; init; }
Property Value
Top
public double Top { get; init; }