-
Home
-
API
-
Avalonia.HeadlessTestingFramework
-
ControlFinder
-
Methods
-
WithContent()
WithContent() Method
Definition
Filter ContentControl by content type.
public ControlFinder WithContent<T>()
where T : class
Type parameters
- T
- The expected content type.
Returns