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.v24.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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. |