Enum ScrollBarAnnotationHorizontalAlignment
Specifies how annotation is horizontally aligned relative to the scrollbar.
public enum ScrollBarAnnotationHorizontalAlignment
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.