ClassesInsertRange Method
Inserts style classes into the collection.
Namespace: Avalonia.ControlsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override void InsertRange(
int index,
IEnumerable<string> names
)
Public Overrides Sub InsertRange (
index As Integer,
names As IEnumerable(Of String)
)
abstract InsertRange :
index : int *
names : IEnumerable<string> -> unit
override InsertRange :
index : int *
names : IEnumerable<string> -> unit
- index Int32
- The index to insert the class at.
- names IEnumerableString
- The class names.
IAvaloniaListTInsertRange(Int32, IEnumerableT)
Only standard classes may be added via this method. To add pseudoclasses (classes
beginning with a ':' character) use the protected
PseudoClasses
property.