Skip to main content

Struct TreeSummaryVisual

Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll

public readonly record struct TreeSummaryVisual : IEquatable<TreeSummaryVisual>

Implements

IEquatable<TreeSummaryVisual>

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

TreeColor

Height

public double Height { get; init; }

Property Value

double

Highlight

public TreeColor Highlight { get; init; }

Property Value

TreeColor

Outline

public TreeColor Outline { get; init; }

Property Value

TreeColor

OutlineWidth

public float OutlineWidth { get; init; }

Property Value

float

Width

public double Width { get; init; }

Property Value

double