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