menu

UWP

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

    Show / Hide Table of Contents

    Class DragDelta

    Represents EventArgs that a cancel option for abort the operation.

    Inheritance
    System.Object
    DragDelta
    XySegmentDragEventArgs
    XySeriesDragEventArgs
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.UWP.dll
    Syntax
    public class DragDelta : EventArgs

    Constructors

    DragDelta()

    Declaration
    public DragDelta()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    Delta

    Gets or sets double value to delta.

    Declaration
    public double Delta { get; set; }
    Property Value
    Type
    System.Double

    Extension Methods

    DateTimeExtension.ToDateTime(Object)

    See Also

    System.EventArgs
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved