Class ZoomEndEventArgs
Provides data for the ZoomEnd event.
Inheritance
System.Object
ZoomEndEventArgs
Namespace: Syncfusion.SfDiagram.Android
Assembly: Syncfusion.SfDiagram.Android.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 | zoom end event for diagram. |
Properties
IsPinching
Gets a value indicating whether IsPinching.
Declaration
public bool IsPinching { get; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPinching. |