Class IntelliScrollableControl.ScrollingDirection
Current scrolling direction.
Inheritance
System.Object
IntelliScrollableControl.ScrollingDirection
Namespace: Syncfusion.Windows.Forms.Edit
Assembly: Syncfusion.Edit.Windows.dll
Syntax
protected sealed class ScrollingDirection : Enum
Fields
All
All directions.
Declaration
public const IntelliScrollableControl.ScrollingDirection All
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
Down
Down direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection Down
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
DownLeft
DownLeft direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection DownLeft
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
DownRight
DownRight direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection DownRight
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
Invalid
Invalid direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection Invalid
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
Left
Left direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection Left
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
None
None direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection None
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
Right
Right direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection Right
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
Up
Up direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection Up
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
UpLeft
UpLeft direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection UpLeft
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |
UpRight
UpRight direction.
Declaration
public const IntelliScrollableControl.ScrollingDirection UpRight
Field Value
| Type |
|---|
| IntelliScrollableControl.ScrollingDirection |