StyledPropertyMetadataTValueCoerceValue Property

Gets the value coercion callback, if any.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public Func<AvaloniaObject, TValue, TValue>? CoerceValue { get; }

Property Value

FuncAvaloniaObject, TValue, TValue

See Also