Constructor ScrollBarAnnotationTypeAppearance
ScrollBarAnnotationTypeAppearance(ScrollBarAnnotationHorizontalAlignment, ScrollBarAnnotationVerticalAlignment, Color, int)
Initializes a new instance of the ScrollBarAnnotationTypeAppearance
class with specified parameters.
public ScrollBarAnnotationTypeAppearance(ScrollBarAnnotationHorizontalAlignment horizontalAlignment, ScrollBarAnnotationVerticalAlignment verticalAlignment, Color color, int height)
Parameters
horizontalAlignment
ScrollBarAnnotationHorizontalAlignmentHorizontal alignment of the annotation.
verticalAlignment
ScrollBarAnnotationVerticalAlignmentVertical alignment of the annotation.
color
ColorAnnotation background color.
height
intAnnotation height.
ScrollBarAnnotationTypeAppearance(ScrollBarAnnotationAlignment, Color, int)
Initializes a new instance of the ScrollBarAnnotationTypeAppearance
class with specified parameters.
public ScrollBarAnnotationTypeAppearance(ScrollBarAnnotationAlignment alignment, Color color, int height)
Parameters
alignment
ScrollBarAnnotationAlignmentAlignment of the annotation.
color
ColorAnnotation background color.
height
intAnnotation height.