StyledPropertyMetadata<TValue>.

CoerceValue Property

Summary

Gets the value coercion callback, if any.
Namespace
Avalonia
Containing Type
StyledPropertyMetadata<TValue>

Syntax

public Func<IAvaloniaObject, TValue, TValue> CoerceValue { get; private set; }

Value

Type Description
Func<IAvaloniaObject, TValue, TValue>