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