Skip to main content

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

float

CaretRotationDegrees

public float CaretRotationDegrees { get; init; }

Property Value

float

HeightFactor

public float HeightFactor { get; init; }

Property Value

float

NodeId

public uint NodeId { get; init; }

Property Value

uint

SelectionGlow

public float SelectionGlow { get; init; }

Property Value

float