ClassesRemoveAll Method

Removes style classes from the collection.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override void RemoveAll(
	IEnumerable<string> names
)

Parameters

names  IEnumerableString
The class name.

Implements

IAvaloniaListTRemoveAll(IEnumerableT)

Remarks

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

See Also