RemoveAll Method
Removes style classes from the collection.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public override void RemoveAll(
IEnumerable<string> names
)
Public Overrides Sub RemoveAll (
names As IEnumerable(Of String)
)
abstract RemoveAll :
names : IEnumerable<string> -> unit
override RemoveAll :
names : IEnumerable<string> -> unit
Parameters
- IEnumerable(String)
- The class name.
Implements
IAvaloniaList(T).RemoveAll(IEnumerable(T))Remarks
Only standard classes may be removed via this method. To remove pseudoclasses (classes beginning with a ':' character) use the protected PseudoClasses property.