Struct TreeRowMetric
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeRowMetric : IEquatable<TreeRowMetric>
Implements
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
NodeId
public uint NodeId { get; init; }