AvaloniaObject.

GetValue<T>(DirectPropertyBase<T>) Method

Summary

Gets a AvaloniaProperty value.
Namespace
Avalonia
Containing Type
AvaloniaObject

Syntax

public T GetValue<T>(DirectPropertyBase<T> property)

Type Parameters

Name Description
T The type of the property.

Parameters

Name Type Description
property DirectPropertyBase<T> The property.

Return Value

Type Description
T The value.