-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
VisualTreeTestHelper
-
Methods
-
GetChildren(Visual)
GetChildren(Visual) Method
Definition
Gets the direct children of a specific type.
public static IEnumerable<T> GetChildren<T>(this Visual visual)
where T : class
Type parameters
- T
- The type of children to get.
Parameters
Returns