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