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