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