Class SourceOrderConfig
Configuration data for drawing the source order of an elements children.
public sealed record SourceOrderConfig : IEquatable<SourceOrderConfig>
- Inheritance
-
SourceOrderConfig
- Implements
- Inherited Members
Constructors
SourceOrderConfig(RGBA, RGBA)
Configuration data for drawing the source order of an elements children.
public SourceOrderConfig(RGBA ParentOutlineColor, RGBA ChildOutlineColor)
Parameters
ParentOutlineColorRGBAthe color to outline the given element in.
ChildOutlineColorRGBAthe color to outline the child elements in.
Properties
ChildOutlineColor
the color to outline the child elements in.
public RGBA ChildOutlineColor { get; init; }
Property Value
ParentOutlineColor
the color to outline the given element in.
public RGBA ParentOutlineColor { get; init; }