Table of Contents

Class SkiaLabel.SpanCollection

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll
public class SkiaLabel.SpanCollection : ObservableRangeCollection<TextSpan>, IList<TextSpan>, ICollection<TextSpan>, IReadOnlyList<TextSpan>, IReadOnlyCollection<TextSpan>, IEnumerable<TextSpan>, IList, ICollection, IEnumerable, INotifyCollectionChanged, INotifyPropertyChanged
Inheritance
ObservableRangeCollection<TextSpan>
SkiaLabel.SpanCollection
Implements
Inherited Members
ObservableRangeCollection<TextSpan>.Replace(TextSpan)
Extension Methods

Methods

ClearItems()

Removes all items from the collection.

protected override void ClearItems()

InsertItem(int, TextSpan)

Inserts an item into the collection at the specified index.

protected override void InsertItem(int index, TextSpan item)

Parameters

index int

The zero-based index at which item should be inserted.

item TextSpan

The object to insert.

SetItem(int, TextSpan)

Replaces the element at the specified index.

protected override void SetItem(int index, TextSpan item)

Parameters

index int

The zero-based index of the element to replace.

item TextSpan

The new value for the element at the specified index.