Interface IMoveParameter
Provide data to move the object by using nudge operation.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IMoveParameter
Properties
MoveDelta
Gets or sets the value to move the object for nudge operation.
Declaration
double MoveDelta { get; set; }
Property Value
Type |
---|
System.Double |