Struct TreeSummaryVisual
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeSummaryVisual : IEquatable<TreeSummaryVisual>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TreeSummaryVisual(double, double, TreeColor, TreeColor, TreeColor, float)
public TreeSummaryVisual(double Width, double Height, TreeColor Highlight, TreeColor Background, TreeColor Outline, float OutlineWidth)
Parameters
Width double
Height double
Highlight TreeColor
Background TreeColor
Outline TreeColor
OutlineWidth float
Properties
Background
public TreeColor Background { get; init; }
Property Value
Height
public double Height { get; init; }
Property Value
Highlight
public TreeColor Highlight { get; init; }
Property Value
Outline
public TreeColor Outline { get; init; }
Property Value
OutlineWidth
public float OutlineWidth { get; init; }
Property Value
Width
public double Width { get; init; }