Table of Contents

Enum ScrollBarAnnotationAlignment

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

Specifies how annotation is aligned relative to the scrollbar.

public enum ScrollBarAnnotationAlignment

Fields

Center = 2

Annotation aligned to the center of the scrollbar.

Left = 1

Annotation aligned to the left of the scrollbar.

Right = 3

Annotation aligned to the right of the scrollbar.

Stretch = 0

Annotation stretches to fill the scrollbar's layout.