TextRangeSkip Method

Bypasses a specified number of elements in the slice and then returns the remaining elements.

Definition

Namespace: Avalonia.Media.TextFormatting
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public TextRange Skip(
	int length
)

Parameters

length  Int32
The number of elements to skip before returning the remaining elements.

Return Value

TextRange
A TextRange that contains the elements that occur after the specified index in this slice.

See Also