AvaloniaPropertyExtensions.

CanValueAffectRender(AvaloniaProperty) Method

Summary

Checks if values of given property can affect rendering (via IAffectsRender).
Namespace
Avalonia
Containing Type
AvaloniaPropertyExtensions

Syntax

public static bool CanValueAffectRender(this AvaloniaProperty property)

Parameters

Name Type Description
property AvaloniaProperty Property to check.

Return Value

Type Description
bool