IStyleable.

DetachStyles(IReadOnlyList<IStyle>) Method

Summary

Detaches a collection of styles, if applied to the element.
Namespace
Avalonia.Styling
Containing Type
IStyleable

Syntax

void DetachStyles(IReadOnlyList<IStyle> styles)

Parameters

Name Type Description
styles IReadOnlyList<IStyle>

Return Value

Type Description
void