-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
LogicalTreeTestHelper
-
Methods
-
PrintLogicalTree(ILogical, Int32)
PrintLogicalTree(ILogical, Int32) Method
Definition
Prints the logical tree structure to a string for debugging.
public static string PrintLogicalTree(this ILogical root, int maxDepth = 2147483647)
Parameters
- maxDepth
- Int32
Maximum depth to print (default is unlimited).
Returns
- String
- A string representation of the tree structure.