AvaloniaPropertyIsValidValue Method

Checks whether the value is valid for the property.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public bool IsValidValue(
	Object? value
)

Parameters

value  Object
The value.

Return Value

Boolean
True if the value is valid, otherwise false.

See Also