-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
MaxDepth(Int32)
MaxDepth(Int32) Method
Definition
Limit the search to a maximum depth.
public ControlFinder MaxDepth(int depth)
Parameters
- depth
- Int32
Maximum depth to search (1 = direct children only).
Returns