Skip to main content

Struct TreeRowPlanEntry

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

public readonly record struct TreeRowPlanEntry : IEquatable<TreeRowPlanEntry>

Implements

IEquatable<TreeRowPlanEntry>

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

TreeRowAction

BufferId

public uint BufferId { get; init; }

Property Value

uint

Height

public float Height { get; init; }

Property Value

float

NodeId

public uint NodeId { get; init; }

Property Value

uint

Top

public double Top { get; init; }

Property Value

double