Classes.

RemoveAt(int) Method

Summary

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

Syntax

public override void RemoveAt(int index)

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
index int The index of the class in the collection.

Return Value

Type Description
void