AvaloniaObjectGetValueT(DirectPropertyBaseT) Method

Gets a AvaloniaProperty value.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public T GetValue<T>(
	DirectPropertyBase<T> property
)

Parameters

property  DirectPropertyBaseT
The property.

Type Parameters

T
The type of the property.

Return Value

T
The value.

See Also