WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramThumbDragDelta - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class DiagramThumbDragDelta

    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 Description
    System.Double

    VerticalChange

    Gets the vertical changing value to the thumb when it is dragging.

    Declaration
    public double VerticalChange { get; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved