ScrollBarScrollType Enumeration |
LightningChart .NET Help
Scroll bar scrolling type.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum ScrollBarScrollType
Public Enumeration ScrollBarScrollType
public enum class ScrollBarScrollType
Members|
| Member name | Value | Description |
|---|
| SmallDecrement | 0 |
Small decrement.
|
| SmallIncrement | 1 |
Small increment.
|
| LargeDecrement | 2 |
Large decrement.
|
| LargeIncrement | 3 |
Large increment.
|
| ScrollDrag | 4 |
Scroll box is dragged.
|
| WheelDecrement | 5 |
Device wheel has been scrolled down.
|
| WheelIncrement | 6 |
Device wheel has been scrolled up.
|
See Also