Enum PointerFlowDirection
Indicates mouse move direction in SfKanban area.
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public enum PointerFlowDirection
Fields
| Name | Description |
|---|---|
| BottomToTop | If the mouse pointer moves from bottom to top direction. |
| LeftToRight | If the mouse pointer moves from left to right direction. |
| None | If the mouse pointer remains the same position. |
| RightToLeft | If the mouse pointer moves from right to left direction. |
| TopToBottom | If the mouse pointer moves from top to bottom direction. |