Class ZoomManipulationParamenter
Represents a class to manipulate the parameters for executing the zoom operation manually.
Inheritance
System.Object
ZoomManipulationParamenter
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public class ZoomManipulationParamenter : Object, IZoomManipulationParameter, IZoomParameter
Constructors
ZoomManipulationParamenter()
Declaration
public ZoomManipulationParamenter()
Properties
ManipulationArgs
Gets or sets the value to provide data for ZoomCommand for Diagram.
Declaration
public ManipulationDeltaEventArgs ManipulationArgs { get; set; }
Property Value
Type |
---|
System.Windows.Input.ManipulationDeltaEventArgs |