ClassesRemoveAt Method
Removes a style class from the collection.
Namespace: Avalonia.ControlsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override void RemoveAt(
int index
)
Public Overrides Sub RemoveAt (
index As Integer
)
abstract RemoveAt :
index : int -> unit
override RemoveAt :
index : int -> unit
- index Int32
- The index of the class in the collection.
IListTRemoveAt(Int32)
Only standard classes may be removed via this method. To remove pseudoclasses (classes
beginning with a ':' character) use the protected
PseudoClasses
property.