Summary
Notifies the element that a style has been applied.
- Namespace
- Avalonia
.Styling - Containing Type
- IStyleable
Syntax
void StyleApplied(IStyleInstance instance)
Parameters
Name | Type | Description |
---|---|---|
instance | IStyleInstance | The style instance. |
Return Value
Type | Description |
---|---|
void |