menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DupilicateParameter - UWP 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
    Namespace: Syncfusion.UI.Xaml.Diagram
    Assembly: Syncfusion.SfDiagram.UWP.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 PointerRoutedEventArgs PointerArgs { get; set; }
    Property Value
    Type
    Windows.UI.Xaml.Input.PointerRoutedEventArgs

    Thumb

    Gets or sets the DiagramThumb.

    Declaration
    public DiagramThumb Thumb { get; set; }
    Property Value
    Type
    DiagramThumb

    Implements

    IDuplicateParameter

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved