DirectPropertyBaseTValueGetUnsetValue(Type) Method

Gets the unset value for the property on the specified type.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TValue GetUnsetValue(
	Type type
)

Parameters

type  Type
The type.

Return Value

TValue
The unset value.

See Also