Enum ScrollBarAnnotationHorizontalAlignment
Specifies how annotation is horizontally aligned relative to the scrollbar.
public enum ScrollBarAnnotationHorizontalAlignment
Fields
Center = 2Annotation aligned to the center of the scrollbar.
Left = 1Annotation aligned to the left of the scrollbar.
Right = 3Annotation aligned to the right of the scrollbar.
Stretch = 0Annotation stretches to fill the scrollbar's layout.