Summary
Coerces the specified
AvaloniaProperty
.
- Namespace
- Avalonia
- Containing Type
- AvaloniaObject
Syntax
public void CoerceValue<T>(StyledPropertyBase<T> property)
Type Parameters
Name | Description |
---|---|
T | The type of the property. |
Parameters
Name | Type | Description |
---|---|---|
property | StyledPropertyBase |
The property. |
Return Value
Type | Description |
---|---|
void |