BindingValueTGetValueOrDefault Method
Gets the value of the binding value if present, otherwise the default value.
Namespace: Avalonia.DataAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public T GetValueOrDefault()
Public Function GetValueOrDefault As T
member GetValueOrDefault : unit -> 'T
Return Value
TThe value.