Table of Contents

Method GetAnnotations

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

GetAnnotations(ScrollBarAnnotationKinds)

When implemented by a class, gets a list of the scrollbar annotations matching to the specified kinds.

public IEnumerable<ScrollBarAnnotation> GetAnnotations(ScrollBarAnnotationKinds kinds)

Parameters

kinds ScrollBarAnnotationKinds

Kinds of the scrollbar annotations.

Returns

IEnumerable<ScrollBarAnnotation>

List of scrollbar annotations.