Skip to main content

GetValue<T>(DirectPropertyBase<T>) Method

Gets a AvaloniaProperty value.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

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

Parameters

  DirectPropertyBase(T)
The property.

Type Parameters

The type of the property.

Return Value

T
The value.

See Also

Reference

AvaloniaObject Class
GetValue Overload
Avalonia Namespace