Class FrameTree
Information about the Frame hierarchy.
public sealed class FrameTree
- Inheritance
-
FrameTree
- Inherited Members
Properties
ChildFrames
Child frames.
[JsonPropertyName("childFrames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public FrameTree[]? ChildFrames { get; set; }
Property Value
Frame
Frame information for this tree item.
[JsonPropertyName("frame")]
public Frame Frame { get; set; }