menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointerFlowDirection - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class PointerFlowDirection

    Indicates mouse move direction in SfKanban area.

    Inheritance
    System.Object
    PointerFlowDirection
    Namespace: Syncfusion.UI.Xaml.Kanban
    Assembly: Syncfusion.SfKanban.UWP.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved