IAvaloniaPropertyVisitor<TData>.

Visit<T>(StyledPropertyBase<T>, TData) Method

Summary

Called when the property is a styled property.

Syntax

void Visit<T>(StyledPropertyBase<T> property, ref TData data)

Type Parameters

Name Description
T The property value type.

Parameters

Name Type Description
property StyledPropertyBase<T> The property.
data TData The user data.

Return Value

Type Description
void