Class MoveParameter
Provide data to move the object by using nudge operation.
Inheritance
System.Object
MoveParameter
Implements
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class MoveParameter : Object, 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 |