GetValue<T>(StyledProperty<T>) Method
Gets a AvaloniaProperty value.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public T GetValue<T>(
StyledProperty<T> property
)
Public Function GetValue(Of T) (
property As StyledProperty(Of T)
) As T
member GetValue :
property : StyledProperty<'T> -> 'T
Parameters
- StyledProperty(T)
- The property.
Type Parameters
- The type of the property.
Return Value
T
The value.