Class DiagramThumbDragStartingEventArgs
Represents a class that provides the data for ThumbDragStarting event.
Inheritance
System.Object
DiagramThumbDragStartingEventArgs
Namespace: Syncfusion.UI.Xaml.Diagram.Controls
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class DiagramThumbDragStartingEventArgs : Object
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 Nullable<Point> InitialValue { get; set; }
Property Value
Type |
---|
System.Nullable<System.Windows.Point> |