AvaloniaObject.

CoerceValue<T>(StyledPropertyBase<T>) Method

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<T> The property.

Return Value

Type Description
void