Class SourceOrderConfig
Configuration data for drawing the source order of an elements children.
public sealed class SourceOrderConfig
- Inheritance
-
SourceOrderConfig
- Inherited Members
Properties
ChildOutlineColor
the color to outline the child elements in.
[JsonPropertyName("childOutlineColor")]
public RGBA ChildOutlineColor { get; set; }
Property Value
ParentOutlineColor
the color to outline the given element in.
[JsonPropertyName("parentOutlineColor")]
public RGBA ParentOutlineColor { get; set; }