Skip to main content
A newer version of this page is available. .

ScrollBarAnnotationInfo(Brush, ScrollBarAnnotationAlignment, Double, Double) Constructor

Initializes a new instance of the ScrollBarAnnotationInfo class with the specified settings.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v18.2.Core.dll

Declaration

public ScrollBarAnnotationInfo(
    Brush brush,
    ScrollBarAnnotationAlignment alignment,
    double minHeight,
    double width
)

Parameters

Name Type Description
brush Brush

A brush used to paint scrollbar annotation marks.

alignment ScrollBarAnnotationAlignment

The alignment of annotation marks within the scrollbar.

minHeight Double

The minimum height of annotation marks.

width Double

The width of scrollbar annotation marks.

See Also