Back to Devexpress

ScrollBarAnnotationInfo.Alignment Property

wpf-devexpress-dot-xpf-dot-grid-dot-scrollbarannotationinfo.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ScrollBarAnnotationAlignment Alignment { get; set; }
vb
Public Property Alignment As ScrollBarAnnotationAlignment

Property Value

TypeDescription
ScrollBarAnnotationAlignment

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

|

Available values:

NameDescription
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

ScrollBarAnnotationInfo Class

ScrollBarAnnotationInfo Members

DevExpress.Xpf.Grid Namespace