Struct TreeGroupHeaderVisual
Namespace: VelloSharp.TreeDataGrid
Assembly: VelloSharp.TreeDataGrid.dll
public readonly record struct TreeGroupHeaderVisual : IEquatable<TreeGroupHeaderVisual>
Implements
IEquatable<TreeGroupHeaderVisual>
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
TreeGroupHeaderVisual(double, double, uint, double, TreeColor, TreeColor, TreeColor, float)
public TreeGroupHeaderVisual(double Width, double Height, uint Depth, double Indent, TreeColor Background, TreeColor Accent, TreeColor Outline, float OutlineWidth)
Parameters
Width double
Height double
Depth uint
Indent double
Background TreeColor
Accent TreeColor
Outline TreeColor
OutlineWidth float
Properties
Accent
public TreeColor Accent { get; init; }
Property Value
Background
public TreeColor Background { get; init; }
Property Value
Depth
public uint Depth { get; init; }
Property Value
Height
public double Height { get; init; }
Property Value
Indent
public double Indent { 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; }