Class FrameTree
Information about the Frame hierarchy.
public sealed record FrameTree : IEquatable<FrameTree>
- Inheritance
-
FrameTree
- Implements
- Inherited Members
Constructors
FrameTree(Frame)
Information about the Frame hierarchy.
public FrameTree(Frame Frame)
Parameters
FrameFrameFrame information for this tree item.
Properties
ChildFrames
Child frames.
public ImmutableArray<FrameTree>? ChildFrames { get; init; }
Property Value
Frame
Frame information for this tree item.
public Frame Frame { get; init; }