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 DiagramThumbDragStartingEventArgsConstructors
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> |