Summary
Gets the unset value for the property on the specified type.
- Namespace
- Avalonia
- Containing Type
- DirectPropertyBase
<TValue>
Syntax
public TValue GetUnsetValue(Type type)
Parameters
Name | Type | Description |
---|---|---|
type | Type | The type. |
Return Value
Type | Description |
---|---|
TValue | The unset value. |