Class ZoomEndEventArgs
Provides data for the ZoomEnd event.
Inheritance
System.Object
ZoomEndEventArgs
Namespace: Syncfusion.SfDiagram.iOS
Assembly: Syncfusion.SfDiagram.iOS.dll
Syntax
public class ZoomEndEventArgs : EventArgs
Constructors
ZoomEndEventArgs(SfDiagram)
Initializes a new instance of the ZoomEndEventArgs class.
Declaration
public ZoomEndEventArgs(SfDiagram diagram)
Parameters
Type | Name | Description |
---|---|---|
SfDiagram | diagram | the diagram. |
Properties
IsPinching
Gets a value indicating whether return the ISPinching.
Declaration
public bool IsPinching { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPinching. |