Table of Contents

Enum ScrollBarAnnotationAlignment

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

Specifies how annotation is aligned relative to the scrollbar.

public enum ScrollBarAnnotationAlignment

Fields

Bottom = 3

Annotation aligned to the bottom of the scrollbar.

Center = 2

Annotation aligned to the center of the scrollbar.

Stretch = 0

Annotation stretches to fill the scrollbar's layout.

Top = 1

Annotation aligned to the top of the scrollbar.