Classes.

RemoveAll(IEnumerable<string>) Method

Summary

Removes style classes from the collection.
Namespace
Avalonia.Controls
Containing Type
Classes

Syntax

public override void RemoveAll(IEnumerable<string> names)

Remarks

Only standard classes may be removed via this method. To remove pseudoclasses (classes beginning with a ':' character) use the protected PseudoClasses property.

Parameters

Name Type Description
names IEnumerable<string> The class name.

Return Value

Type Description
void