menu

WPF

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

    Show / Hide Table of Contents

    Class MoveParameter

    Provide data to move the object by using nudge operation.

    Inheritance
    System.Object
    MoveParameter
    Implements
    IMoveParameter
    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 MoveParameter : IMoveParameter

    Constructors

    MoveParameter()

    Declaration
    public MoveParameter()

    Properties

    MoveDelta

    Gets or sets the value to move the object for nudge operation.

    Declaration
    public double MoveDelta { get; set; }
    Property Value
    Type
    System.Double

    Implements

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