-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
AssignableFrom(Type)
AssignableFrom(Type) Method
Definition
Filter to controls that are assignable from the specified type.
public ControlFinder AssignableFrom(Type type)
Parameters
- type
- Type
The type to check assignability from.
Returns