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