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