Interface IDuplicateParameter
Represents a dupilicateparameter to provides a data for duplicate command.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IDuplicateParameter
Properties
DragClone
Gets or sets a value indicates whether the object as a cloned one.
Declaration
bool DragClone { get; set; }
Property Value
Type |
---|
System.Boolean |
PointerArgs
Gets or sets pointer moving arguments
Declaration
MouseEventArgs PointerArgs { get; set; }
Property Value
Type |
---|
System.Windows.Input.MouseEventArgs |
Thumb
Gets or sets the DiagramThumb.
Declaration
DiagramThumb Thumb { get; set; }
Property Value
Type |
---|
DiagramThumb |