GetProperty(String) Method

Definition

Assembly HeadlessTestingFramework.dll

Gets the value of an Avalonia property.

public T? GetProperty<T>(string propertyName)

Type parameters

T
The expected type.

Parameters

propertyName
String

The property name.

Returns

{T}
The property value.