menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DiagramThumbDragStartingEventArgs - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class DiagramThumbDragStartingEventArgs

    Represents a class that provides the data for ThumbDragStarting event.

    Inheritance
    System.Object
    DiagramThumbDragStartingEventArgs
    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 DiagramThumbDragStartingEventArgs

    Constructors

    DiagramThumbDragStartingEventArgs()

    Initializes a new instance of the DiagramThumbDragStartingEventArgs class.

    Declaration
    public DiagramThumbDragStartingEventArgs()

    Properties

    Cancel

    Gets or sets a value indicating whether the event should be canceled.

    Declaration
    public bool Cancel { get; set; }
    Property Value
    Type
    System.Boolean

    Containter

    Gets or sets the container value of the thumb.

    Declaration
    public UIElement Containter { get; set; }
    Property Value
    Type
    System.Windows.UIElement

    InitialValue

    Gets or sets the initial position values of the thumb.

    Declaration
    public Point? InitialValue { get; set; }
    Property Value
    Type
    System.Nullable<System.Windows.Point>
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved