Summary
Called when the property is a styled property.
- Namespace
- Avalonia
.Utilities - Containing Type
- I
Avalonia Property Visitor <TData>
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 |
The property. |
data | TData | The user data. |
Return Value
Type | Description |
---|---|
void |