Skip to main content

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.v23.2.Core.dll

NuGet Package: DevExpress.Wpf.Grid.Core

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