-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
GetFirst()
GetFirst() Method
Definition
Gets the first matching control of a specific type, throwing if not found.
public T GetFirst<T>()
where T : class
Type parameters
Returns
- {T}
- The first matching control.