Struct TreeRowAnimationSnapshot
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeRowAnimationSnapshot : IEquatable<TreeRowAnimationSnapshot>
Implements
IEquatable<TreeRowAnimationSnapshot>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TreeRowAnimationSnapshot(uint, float, float, float, float)
public TreeRowAnimationSnapshot(uint NodeId, float AnimatedHeight, float HeightFactor, float SelectionGlow, float CaretRotationDegrees)
Parameters
NodeId uint
AnimatedHeight float
HeightFactor float
SelectionGlow float
CaretRotationDegrees float
Properties
AnimatedHeight
public float AnimatedHeight { get; init; }
Property Value
CaretRotationDegrees
public float CaretRotationDegrees { get; init; }
Property Value
HeightFactor
public float HeightFactor { get; init; }
Property Value
NodeId
public uint NodeId { get; init; }
Property Value
SelectionGlow
public float SelectionGlow { get; init; }