Table of Contents

Constructor TextSpan

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

TextSpan(int, int)

Initializes a new instance of the TextSpan class with specified parameters.

public TextSpan(int start, int length)

Parameters

start int

Start point of the span.

length int

Length of the span.