Skip to main content

IsValidValue Method

Checks whether the value is valid for the property.

Definition

Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public bool IsValidValue(
Object? value
)

Parameters

  Object
The value.

Return Value

Boolean
True if the value is valid, otherwise false.

See Also

Reference

AvaloniaProperty Class
Avalonia Namespace