Class ScrollState
Specifies the ScrollState value of a mouse device
Inheritance
System.Object
ScrollState
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ScrollState : Enum
Fields
None
Disables all the behaviors.
Declaration
public const ScrollState None
Field Value
Type |
---|
ScrollState |
Scroll
Specifies to update the scrollstate as scroll while peroform scrolling or zooming the diagram.
Declaration
public const ScrollState Scroll
Field Value
Type |
---|
ScrollState |
ScrollDown
Specifies to update the scrolling the diagram from top to bottom.
Declaration
public const ScrollState ScrollDown
Field Value
Type |
---|
ScrollState |
ScrollUp
Specifies to update the scrolling the diagram from bottom to top.
Declaration
public const ScrollState ScrollUp
Field Value
Type |
---|
ScrollState |