AvaloniaProperty.

IsValidValue(object) Method

Summary

Checks whether the value is valid for the property.
Namespace
Avalonia
Containing Type
AvaloniaProperty

Syntax

public bool IsValidValue(object value)

Parameters

Name Type Description
value object The value.

Return Value

Type Description
bool True if the value is valid, otherwise false.