menu

WPF

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

    Show / Hide Table of Contents

    Class DupilicateParameter

    Represents a dupilicateparameter to provides a data for duplicate command.

    Inheritance
    System.Object
    DupilicateParameter
    Implements
    IDuplicateParameter
    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
    Assembly: Syncfusion.SfDiagram.WPF.dll
    Syntax
    public class DupilicateParameter : 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

    Implements

    IDuplicateParameter
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved