StyledPropertyTValueValidateValue Property

A method which returns "false" for values that are never valid for this property.

Definition

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

Property Value

FuncTValue, Boolean

See Also