Skip to main content

Struct TreeRowMetric

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

public readonly record struct TreeRowMetric : IEquatable<TreeRowMetric>

Implements

IEquatable<TreeRowMetric>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

TreeRowMetric(uint, float)

public TreeRowMetric(uint NodeId, float Height)

Parameters

NodeId uint

Height float

Properties

Height

public float Height { get; init; }

Property Value

float

NodeId

public uint NodeId { get; init; }

Property Value

uint