Class DiagramThumbDragDelta
Represents a class which holds horizontal and vertical changing values to the diagram thumb when they are in dragging process.
Inheritance
System.Object
    DiagramThumbDragDelta
  Inherited Members
      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.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramThumbDragDeltaConstructors
DiagramThumbDragDelta(Point)
Initializes a new instance of the DiagramThumbDragDelta class.
Declaration
public DiagramThumbDragDelta(Point delta)Parameters
| Type | Name | Description | 
|---|---|---|
| System.Windows.Point | delta | 
Properties
HorizontalChange
Gets the horizontal changing value to the thumb when it is dragging.
Declaration
public double HorizontalChange { get; }Property Value
| Type | 
|---|
| System.Double | 
VerticalChange
Gets the vertical changing value to the thumb when it is dragging.
Declaration
public double VerticalChange { get; }Property Value
| Type | 
|---|
| System.Double |