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
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramThumbDragDelta : Object
Constructors
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 |