Skip to main content

ScrollBarAnnotationInfo.Alignment Property

Gets or sets the horizontal alignment of the scrollbar annotation marks within the scrollbar. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

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

NuGet Package: DevExpress.Wpf.Grid.Core

Declaration

public ScrollBarAnnotationAlignment Alignment { get; set; }

Property Value

Type Description
ScrollBarAnnotationAlignment

A ScrollBarAnnotationAlignment enumeration value that specifies the horizontal alignment of the scrollbar annotation marks within the scrollbar.

Available values:

Name Description
Left

Specifies that the scrollbar annotation marks are aligned to the left of the scrollbar.

Right

Specifies that the scrollbar annotation marks are aligned to the right of the scrollbar.

Center

Specifies that the scrollbar annotation marks are aligned to the center of the scrollbar.

Full

Specifies that the scrollbar annotation marks are stretched horizontally to fill the scrollbar.

See Also