-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
VisualTreeTestHelper
-
Methods
-
Count(Visual)
Count(Visual) Method
Definition
Counts all descendants of a specific type.
public static int Count<T>(this Visual root)
where T : class
Type parameters
Parameters
Returns
- Int32
- The number of descendants of the specified type.