Classes.

InsertRange(int, IEnumerable<string>) Method

Summary

Inserts style classes into the collection.
Namespace
Avalonia.Controls
Containing Type
Classes

Syntax

public override void InsertRange(int index, IEnumerable<string> names)

Remarks

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

Parameters

Name Type Description
index int The index to insert the class at.
names IEnumerable<string> The class names.

Return Value

Type Description
void