Class AnnotationDragCompletedEventArgs
Class implementation for Annotation DragCompleted/ResizeCompleted event arguments
Inheritance
System.Object
AnnotationDragCompletedEventArgs
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public class AnnotationDragCompletedEventArgs : EventArgs
Constructors
AnnotationDragCompletedEventArgs()
Declaration
public AnnotationDragCompletedEventArgs()
Properties
NewValue
Gets or sets the new Position
Declaration
public Position NewValue { get; set; }
Property Value
Type |
---|
Position |