Class PointerFlowDirection
Indicates mouse move direction in SfKanban area.
Inheritance
System.Object
PointerFlowDirection
Namespace: Syncfusion.UI.Xaml.Kanban
Assembly: Syncfusion.SfKanban.WPF.dll
Syntax
public sealed class PointerFlowDirection : Enum
Fields
BottomToTop
If the mouse pointer moves from bottom to top direction.
Declaration
public const PointerFlowDirection BottomToTop
Field Value
Type |
---|
PointerFlowDirection |
LeftToRight
If the mouse pointer moves from left to right direction.
Declaration
public const PointerFlowDirection LeftToRight
Field Value
Type |
---|
PointerFlowDirection |
None
If the mouse pointer remains the same position.
Declaration
public const PointerFlowDirection None
Field Value
Type |
---|
PointerFlowDirection |
RightToLeft
If the mouse pointer moves from right to left direction.
Declaration
public const PointerFlowDirection RightToLeft
Field Value
Type |
---|
PointerFlowDirection |
TopToBottom
If the mouse pointer moves from top to bottom direction.
Declaration
public const PointerFlowDirection TopToBottom
Field Value
Type |
---|
PointerFlowDirection |