Class DragDelta
Represents EventArgs that a cancel option for abort the operation.
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.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 |
See Also
System.EventArgs