AvaloniaObjectGetValueT(StyledPropertyT) Method
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
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
- property StyledPropertyT
- The property.
- T
- The type of the property.
TThe value.