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