Table of Contents

Constructor ScrollBarAnnotationTypeAppearance

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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 ScrollBarAnnotationHorizontalAlignment

Horizontal alignment of the annotation.

verticalAlignment ScrollBarAnnotationVerticalAlignment

Vertical alignment of the annotation.

color Color

Annotation background color.

height int

Annotation 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 ScrollBarAnnotationAlignment

Alignment of the annotation.

color Color

Annotation background color.

height int

Annotation height.