Interface IZoomManipulationParameter
Represents ainterface to support the manipulation parameters for executing the zoom operation manually.
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public interface IZoomManipulationParameter : IZoomParameter
Properties
ManipulationArgs
Gets or sets the value to provide data for ZoomCommand for Diagram.
Declaration
ManipulationDeltaEventArgs ManipulationArgs { get; set; }
Property Value
Type |
---|
System.Windows.Input.ManipulationDeltaEventArgs |