WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IDuplicateParameter - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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 Description
    System.Boolean

    PointerArgs

    Gets or sets pointer moving arguments

    Declaration
    MouseEventArgs PointerArgs { get; set; }
    Property Value
    Type Description
    System.Windows.Input.MouseEventArgs

    Thumb

    Gets or sets the DiagramThumb.

    Declaration
    DiagramThumb Thumb { get; set; }
    Property Value
    Type Description
    DiagramThumb
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved