-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
AvaloniaElement
-
Methods
-
GetProperty(String)
GetProperty(String) Method
Definition
Gets the value of an Avalonia property.
public T? GetProperty<T>(string propertyName)
Type parameters
Parameters
- propertyName
- String
The property name.
Returns