DirectPropertyBaseTValueGetUnsetValue(AvaloniaObject) Method
Gets the unset value for the property on the specified object.
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TValue GetUnsetValue(
AvaloniaObject owner
)
Public Function GetUnsetValue (
owner As AvaloniaObject
) As TValue
member GetUnsetValue :
owner : AvaloniaObject -> 'TValue
- owner AvaloniaObject
- The object.
TValueThe unset value.