Enum ScrollState
Specifies the ScrollState value of a mouse device
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public enum ScrollState
Fields
| Name | Description |
|---|---|
| None | Disables all the behaviors. |
| Scroll | Specifies to update the scrollstate as scroll while peroform scrolling or zooming the diagram. |
| ScrollDown | Specifies to update the scrolling the diagram from top to bottom. |
| ScrollUp | Specifies to update the scrolling the diagram from bottom to top. |