menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramThumbDragDelta - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram.Controls
    Assembly: Syncfusion.SfDiagram.UWP.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
    Windows.Foundation.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

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved