GetValue(AvaloniaProperty) Method
Gets a AvaloniaProperty value.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Object? GetValue(
AvaloniaProperty property
)
Public Function GetValue (
property As AvaloniaProperty
) As Object
member GetValue :
property : AvaloniaProperty -> Object
Parameters
- AvaloniaProperty
- The property.
Return Value
Object
The value.