wpf-devexpress-dot-xpf-dot-grid-dot-scrollbarannotationinfo.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Wpf.Grid.Core
public ScrollBarAnnotationAlignment Alignment { get; set; }
Public Property Alignment As ScrollBarAnnotationAlignment
| 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