Skip to main content

RemoveAt Method

Removes a style class from the collection.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)

public override void RemoveAt(
int index
)

Parameters

  Int32
The index of the class in the collection.

Implements

IList(T).RemoveAt(Int32)

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

Reference

Classes Class
Avalonia.Controls Namespace