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
horizontalAlignmentScrollBarAnnotationHorizontalAlignmentHorizontal alignment of the annotation.
verticalAlignmentScrollBarAnnotationVerticalAlignmentVertical alignment of the annotation.
colorColorAnnotation background color.
heightdoubleAnnotation 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
alignmentScrollBarAnnotationAlignmentAlignment of the annotation.
colorColorAnnotation background color.
heightdoubleAnnotation height.