Back to Devexpress

ScrollBarItem Class

wpf-devexpress-dot-xpf-dot-charts-a0c13471.md

latest1.4 KB
Original Source

ScrollBarItem Class

For internal use. Determines the appearance and position of a scroll bar item.

Namespace : DevExpress.Xpf.Charts

Assembly : DevExpress.Xpf.Charts.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public class ScrollBarItem :
    NotifyPropertyChangedObject,
    ILayoutElement
vb
<NonCategorized>
Public Class ScrollBarItem
    Inherits NotifyPropertyChangedObject
    Implements ILayoutElement

The following members return ScrollBarItem objects:

Remarks

You can only bind to the properties of the ScrollBarItem class to override the existing scroll bar’s appearance.

Inheritance

Object DevExpress.Xpf.Charts.NotifyPropertyChangedObject ScrollBarItem

See Also

ScrollBarItem Members

DevExpress.Xpf.Charts Namespace