alexa
menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class DragAxis

    Enum of permissible drag axis.

    Inheritance
    System.Object
    DragAxis
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public sealed class DragAxis : Enum

    Fields

    None

    No drag axis specified.

    Declaration
    public const DragAxis None
    Field Value
    Type
    DragAxis

    X

    X - co-ordinate point.

    Declaration
    public const DragAxis X
    Field Value
    Type
    DragAxis

    XY

    XY - co-ordinate point.

    Declaration
    public const DragAxis XY
    Field Value
    Type
    DragAxis

    Y

    Y - co-ordinate point.

    Declaration
    public const DragAxis Y
    Field Value
    Type
    DragAxis
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved