menu

UWP

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

    Show / Hide Table of Contents

    Class AnnotationDragDeltaEventArgs

    Class implementation for Annotation DragDelta/ResizeDelta event arguments

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

    Constructors

    AnnotationDragDeltaEventArgs()

    Declaration
    public AnnotationDragDeltaEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether to cancel the event.

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

    NewValue

    Gets or sets the new Position.

    Declaration
    public Position NewValue { get; set; }
    Property Value
    Type
    Position

    OldValue

    Gets or sets the old Position

    Declaration
    public Position OldValue { get; set; }
    Property Value
    Type
    Position

    Extension Methods

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