menu

UWP

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

    Show / Hide Table of Contents

    Class DragState

    Specifies the state of the SfDiagram elements when they are dragging.

    Inheritance
    System.Object
    DragState
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.dll
    Syntax
    public sealed class DragState : Enum

    Fields

    Completed

    Specifies the completed state of the drawing object.

    Declaration
    public const DragState Completed
    Field Value
    Type
    DragState

    Dragging

    Specifies the dragging state of the drawing object.

    Declaration
    public const DragState Dragging
    Field Value
    Type
    DragState

    None

    disables all the dragstate.

    Declaration
    public const DragState None
    Field Value
    Type
    DragState

    Started

    Specifies the started state of the drawing object.

    Declaration
    public const DragState Started
    Field Value
    Type
    DragState

    Starting

    Specifies the starting state of the drawing object.

    Declaration
    public const DragState Starting
    Field Value
    Type
    DragState

    Extension Methods

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