Table of Contents

Constructor ScrollBarAnnotation

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

ScrollBarAnnotation(ScrollBarAnnotationType, int, int)

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

public ScrollBarAnnotation(ScrollBarAnnotationType type, int textLineStartIndex, int textLinesCount = 1)

Parameters

type ScrollBarAnnotationType

Specifies type of the annotation.

textLineStartIndex int

Specifies an index of the first line in the text to which this new instance belongs.

textLinesCount int

Specifies the number of lines in the text to which this new instance belongs.